Home | History | Annotate | Download | only in python2.7

Lines Matching defs:set_trace

28 __all__ = ["run", "pm", "Pdb", "runeval", "runctx", "runcall", "set_trace",
1250 def set_trace():
1251 Pdb().set_trace(sys._getframe().f_back)