MCPcopy Create free account
hub / github.com/RightNow-AI/autokernel / _handler

Method _handler

kernelbench/bench_kb.py:92–93  ·  view source on GitHub ↗
(self, signum, frame)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected