(self)
| 70 | return cls._instance |
| 71 | |
| 72 | def is_interrupted(self) -> bool: |
| 73 | return self.interrupted.is_set() |
| 74 | |
| 75 | def signal_interrupt(self, from_thread: Optional[str] = None) -> None: |
| 76 | _print_caller("signal_interrupt") |
no outgoing calls
no test coverage detected