MCPcopy Index your code
hub / github.com/python/cpython / start_trace

Method start_trace

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

Source from the content-addressed store, hash-verified

230 return canonic
231
232 def start_trace(self):
233 if self.monitoring_tracer:
234 self.monitoring_tracer.start_trace(self.trace_dispatch)
235 else:
236 sys.settrace(self.trace_dispatch)
237
238 def stop_trace(self):
239 if self.monitoring_tracer:

Callers 6

set_traceMethod · 0.95
runMethod · 0.95
runevalMethod · 0.95
runcallMethod · 0.95
set_trace_asyncMethod · 0.45
do_debugMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected