##// END OF EJS Templates
Merge pull request #1664 from bfroehle/run_code_docstring_cleanup...
Min RK -
r6647:b6068cd9 merge
parent child Browse files
Show More
@@ -2592,8 +2592,6 b' class InteractiveShell(SingletonConfigurable, Magic):'
2592 ----------
2592 ----------
2593 code_obj : code object
2593 code_obj : code object
2594 A compiled code object, to be executed
2594 A compiled code object, to be executed
2595 post_execute : bool [default: True]
2596 whether to call post_execute hooks after this particular execution.
2597
2595
2598 Returns
2596 Returns
2599 -------
2597 -------
General Comments 0
You need to be logged in to leave comments. Login now