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