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

Method restart_events

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

Source from the content-addressed store, hash-verified

79 self._disable_current_event = True
80
81 def restart_events(self):
82 if sys.monitoring.get_tool(self._tool_id) == self._name:
83 sys.monitoring.restart_events()
84
85 def callback_wrapper(self, func, event):
86 import functools

Callers

nothing calls this directly

Calls 1

restart_eventsMethod · 0.45

Tested by

no test coverage detected