Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ forget
Method
forget
tools/python-3.11.9-amd64/Lib/pdb.py:276–281 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
274
self.forget()
275
276
def
forget(self):
277
self.lineno = None
278
self.stack = []
279
self.curindex = 0
280
self.curframe = None
281
self.tb_lineno.clear()
282
283
def
setup(self, f, tb):
284
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