MCPcopy Index your code
hub / github.com/python/cpython / 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 9

set_traceMethod · 0.95
set_continueMethod · 0.95
set_quitMethod · 0.95
runMethod · 0.95
runevalMethod · 0.95
runcallMethod · 0.95
set_trace_asyncMethod · 0.45
do_debugMethod · 0.45
tearDownFunction · 0.45

Calls

no outgoing calls

Tested by 1

tearDownFunction · 0.36