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

Method is_interrupted

ci/util/global_interrupt_handler.py:72–73  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

70 return cls._instance
71
72 def is_interrupted(self) -> bool:
73 return self.interrupted.is_set()
74
75 def signal_interrupt(self, from_thread: Optional[str] = None) -> None:
76 _print_caller("signal_interrupt")

Callers 2

notify_main_threadMethod · 0.95
is_interruptedFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected