MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / reset

Method reset

tools/python-3.11.9-amd64/Lib/bdb.py:56–61  ·  view source on GitHub ↗

Set values of attributes as ready to start debugging.

(self)

Source from the content-addressed store, hash-verified

54 return canonic
55
56 def reset(self):
57 """Set values of attributes as ready to start debugging."""
58 import linecache
59 linecache.checkcache()
60 self.botframe = None
61 self._set_stopinfo(None, None)
62
63 def trace_dispatch(self, frame, event, arg):
64 """Dispatch a trace function for debugged frames based on the event.

Callers 4

set_traceMethod · 0.95
runMethod · 0.95
runevalMethod · 0.95
runcallMethod · 0.95

Calls 1

_set_stopinfoMethod · 0.95

Tested by

no test coverage detected