MCPcopy Create free account
hub / github.com/PiSCSI/piscsi / handler

Method handler

python/oled/src/interrupt_handler.py:26–28  ·  view source on GitHub ↗
(self, signum, frame)

Source from the content-addressed store, hash-verified

24 return self
25
26 def handler(self, signum, frame):
27 self.release()
28 self.interrupted = True
29
30 def __exit__(self, exception_type, exception_value, traceback):
31 self.release()

Callers

nothing calls this directly

Calls 1

releaseMethod · 0.95

Tested by

no test coverage detected