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