MCPcopy 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

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

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected