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

Method restart_events

Lib/bdb.py:880–883  ·  view source on GitHub ↗

Restart all events.

(self)

Source from the content-addressed store, hash-verified

878 self.monitoring_tracer.disable_current_event()
879
880 def restart_events(self):
881 """Restart all events."""
882 if self.backend == 'monitoring':
883 self.monitoring_tracer.restart_events()
884
885 # The following methods can be called by clients to use
886 # a debugger to debug a statement or an expression.

Callers 14

dispatch_lineMethod · 0.95
dispatch_callMethod · 0.95
dispatch_returnMethod · 0.95
dispatch_exceptionMethod · 0.95
dispatch_opcodeMethod · 0.95
restart_eventsMethod · 0.45
test_disableMethod · 0.45
test_restartMethod · 0.45
test_two_with_disableMethod · 0.45
test_lines_singleMethod · 0.45
test_lines_loopMethod · 0.45
test_lines_twoMethod · 0.45

Calls

no outgoing calls

Tested by 8

test_disableMethod · 0.36
test_restartMethod · 0.36
test_two_with_disableMethod · 0.36
test_lines_singleMethod · 0.36
test_lines_loopMethod · 0.36
test_lines_twoMethod · 0.36
test_with_restartMethod · 0.36