##// END OF EJS Templates
InteractiveShell.run_code: Update docstring....
Bradley M. Froehle -
Show More
@@ -2587,8 +2587,6 b' class InteractiveShell(SingletonConfigurable, Magic):'
2587 2587 ----------
2588 2588 code_obj : code object
2589 2589 A compiled code object, to be executed
2590 post_execute : bool [default: True]
2591 whether to call post_execute hooks after this particular execution.
2592 2590
2593 2591 Returns
2594 2592 -------
General Comments 0
You need to be logged in to leave comments. Login now