Home
last modified time | relevance | path

Searched refs:new_do_quit (Results 1 – 2 of 2) sorted by relevance

/dports/devel/ipython5/ipython-5.10.0/IPython/core/
H A Ddebugger.py304 def new_do_quit(self, arg): member in Pdb
311 do_q = do_quit = decorate_fn_with_doc(new_do_quit, OldPdb.do_quit)
/dports/devel/ipython/ipython-7.29.0/IPython/core/
H A Ddebugger.py448 def new_do_quit(self, arg): member in Pdb
455 do_q = do_quit = decorate_fn_with_doc(new_do_quit, OldPdb.do_quit)