MCPcopy Create free account
hub / github.com/FastLED/FastLED / install_signal_handler

Function install_signal_handler

ci/util/global_interrupt_handler.py:196–198  ·  view source on GitHub ↗

Install SIGINT (Ctrl-C) signal handler.

()

Source from the content-addressed store, hash-verified

194
195
196def install_signal_handler() -> None:
197 """Install SIGINT (Ctrl-C) signal handler."""
198 _handler.install_signal_handler()

Callers 3

mainFunction · 0.90
mainFunction · 0.90
runFunction · 0.90

Calls 1

Tested by

no test coverage detected