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

Function set_debug_test

ci/util/global_interrupt_handler.py:15–18  ·  view source on GitHub ↗

Enable/disable debug tracing for interrupt handler calls.

(enabled: bool = True)

Source from the content-addressed store, hash-verified

13
14
15def set_debug_test(enabled: bool = True) -> None:
16 """Enable/disable debug tracing for interrupt handler calls."""
17 global _debug_test # noqa: PLW0603
18 _debug_test = enabled
19
20
21def _print_caller(label: str) -> None:

Callers 1

mainFunction · 0.90

Calls

no outgoing calls

Tested by 1

mainFunction · 0.72