Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_script
Function · 0.95
test_checkline_after_reset
Method · 0.95
run
Method · 0.45
_post_mortem
Function · 0.45
Calls
1
forget
Method · 0.95
Tested by
3
debug_script
Function · 0.76
test_checkline_after_reset
Method · 0.76
run
Method · 0.36