(self, signum, frame)
| 90 | self._timer.cancel() |
| 91 | |
| 92 | def _handler(self, signum, frame): |
| 93 | raise TimeoutError(self.msg) |
| 94 | |
| 95 | def _thread_raise(self): |
| 96 | # Thread-based fallback for Windows -- limited, can't interrupt GPU ops |
nothing calls this directly
no outgoing calls
no test coverage detected