Searched refs:do_quit (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/ | ||
D | pdb.py | 724 def do_quit(self, arg): member in Pdb |
D | pstats.py | 617 def do_quit(self, line): member in ProfileBrowser |
/external/python/cpython3/Lib/ | ||
D | pdb.py | 1110 def do_quit(self, arg): member in Pdb |
D | pstats.py | 637 def do_quit(self, line): member in ProfileBrowser |