Home
last modified time | relevance | path

Searched refs:do_quit (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/
Dpdb.py724 def do_quit(self, arg): member in Pdb
729 do_q = do_quit
730 do_exit = do_quit
Dpstats.py617 def do_quit(self, line): member in ProfileBrowser
/external/python/cpython3/Lib/
Dpdb.py1114 def do_quit(self, arg): member in Pdb
1122 do_q = do_quit
1123 do_exit = do_quit
Dpstats.py690 def do_quit(self, line): member in ProfileBrowser
/external/llvm-project/lldb/examples/python/
Dbsd.py229 def do_quit(self, line): member in Interactive
Dcrashlog.py753 def do_quit(self, line): member in Interactive
Dmach_o.py1693 def do_quit(self, line): member in Mach.Interactive