(self)
| 93 | raise TimeoutError(self.msg) |
| 94 | |
| 95 | def _thread_raise(self): |
| 96 | # Thread-based fallback for Windows -- limited, can't interrupt GPU ops |
| 97 | pass |
| 98 | |
| 99 | |
| 100 | # --------------------------------------------------------------------------- |
nothing calls this directly
no outgoing calls
no test coverage detected