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

Method disable_current_event

Lib/bdb.py:884–887  ·  view source on GitHub ↗

Disable the current event.

(self)

Source from the content-addressed store, hash-verified

882 return s
883
884 def disable_current_event(self):
885 """Disable the current event."""
886 if self.backend == 'monitoring':
887 self.monitoring_tracer.disable_current_event()
888
889 def restart_events(self):
890 """Restart all events."""

Callers 2

dispatch_lineMethod · 0.95
dispatch_callMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected