Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(175)

Unified Diff: src/visualizer/visualizer/ipython_view.py

Issue 319270043: Final updates the correct doxygen warnings for the visualizer module (Closed)
Patch Set: Additional doxygen corrections Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/visualizer/model/visual-simulator-impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/visualizer/visualizer/ipython_view.py
===================================================================
--- a/src/visualizer/visualizer/ipython_view.py
+++ b/src/visualizer/visualizer/ipython_view.py
@@ -148,6 +148,7 @@
def __update_namespace(self):
"""!
Update self.IP namespace for autocompletion with sys.modules
+ @return none
"""
for k, v in list(sys.modules.items()):
if not '.' in k:
@@ -156,6 +157,7 @@
def execute(self):
"""!
Executes the current line provided by the shell object.
+ @return none
"""
self.history_level = 0
orig_stdout = sys.stdout
« no previous file with comments | « src/visualizer/model/visual-simulator-impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b