##// END OF EJS Templates
style
Quentin Peter -
Show More
@@ -423,7 +423,7 b' class ExecutionMagics(Magics):'
423 423 @no_var_expand
424 424 @line_cell_magic
425 425 @needs_local_scope
426 def debug(self, line='', cell=None, local_ns=None):
426 def debug(self, line="", cell=None, local_ns=None):
427 427 """Activate the interactive debugger.
428 428
429 429 This magic command support two ways of activating debugger.
@@ -870,8 +870,9 b' class ExecutionMagics(Magics):'
870 870
871 871 return stats
872 872
873 def _run_with_debugger(self, code, code_ns, filename=None,
874 bp_line=None, bp_file=None, local_ns=None):
873 def _run_with_debugger(
874 self, code, code_ns, filename=None, bp_line=None, bp_file=None, local_ns=None
875 ):
875 876 """
876 877 Run `code` in debugger with a break point.
877 878
General Comments 0
You need to be logged in to leave comments. Login now