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

Method __init__

bench.py:47–49  ·  view source on GitHub ↗
(self, seconds: int)

Source from the content-addressed store, hash-verified

45 Windows (thread-based fallback)."""
46
47 def __init__(self, seconds: int):
48 self.seconds = seconds
49 self._use_signal = hasattr(signal, "SIGALRM")
50
51 # --- signal-based (Unix) -------------------------------------------
52 def _handler(self, signum, frame):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected