MCPcopy Index your code
hub / github.com/python/cpython / reset

Method reset

Lib/pdb.py:502–504  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

500 self.set_trace(frame)
501
502 def reset(self):
503 bdb.Bdb.reset(self)
504 self.forget()
505
506 def forget(self):
507 self.lineno = None

Callers 4

debug_scriptFunction · 0.95
runMethod · 0.45
_post_mortemFunction · 0.45

Calls 1

forgetMethod · 0.95

Tested by 3

debug_scriptFunction · 0.76
runMethod · 0.36