Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ forget
Method
forget
Lib/pdb.py:208–213 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
206
self.forget()
207
208
def
forget(self):
209
self.lineno = None
210
self.stack = []
211
self.curindex = 0
212
self.curframe = None
213
self.tb_lineno.clear()
214
215
def
setup(self, f, tb):
216
self.forget()
Callers
4
reset
Method · 0.95
setup
Method · 0.95
bp_commands
Method · 0.95
interaction
Method · 0.95
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected