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

Method disable_current_event

Lib/bdb.py:875–878  ·  view source on GitHub ↗

Disable the current event.

(self)

Source from the content-addressed store, hash-verified

873 return s
874
875 def disable_current_event(self):
876 """Disable the current event."""
877 if self.backend == 'monitoring':
878 self.monitoring_tracer.disable_current_event()
879
880 def restart_events(self):
881 """Restart all events."""

Callers 2

dispatch_lineMethod · 0.95
dispatch_callMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected