Disable the current event.
(self)
| 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.""" |
no outgoing calls
no test coverage detected