MCPcopy Index your code
hub / github.com/RustPython/RustPython / reset

Method reset

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

Source from the content-addressed store, hash-verified

202 self.set_trace(frame)
203
204 def reset(self):
205 bdb.Bdb.reset(self)
206 self.forget()
207
208 def forget(self):
209 self.lineno = None

Callers 3

debug_scriptFunction · 0.95
post_mortemFunction · 0.95
runMethod · 0.45

Calls 1

forgetMethod · 0.95

Tested by 2

debug_scriptFunction · 0.76
runMethod · 0.36