(self)
| 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 |
nothing calls this directly
no test coverage detected