MCPcopy 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

resetMethod · 0.95
setupMethod · 0.95
bp_commandsMethod · 0.95
interactionMethod · 0.95

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected