MCPcopy Index your code
hub / github.com/RustPython/RustPython / stop_trace

Method stop_trace

Lib/bdb.py:238–242  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

236 sys.settrace(self.trace_dispatch)
237
238 def stop_trace(self):
239 if self.monitoring_tracer:
240 self.monitoring_tracer.stop_trace()
241 else:
242 sys.settrace(None)
243
244 def reset(self):
245 """Set values of attributes as ready to start debugging."""

Callers 6

set_traceMethod · 0.95
set_continueMethod · 0.95
set_quitMethod · 0.95
runMethod · 0.95
runevalMethod · 0.95
runcallMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected