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

Function register_pio_process

ci/util/pio_process_killer.py:243–249  ·  view source on GitHub ↗

Register a PIO subprocess for tracking and cleanup on exit. Args: proc: subprocess.Popen instance to track

(proc: subprocess.Popen[Any])

Source from the content-addressed store, hash-verified

241
242
243def register_pio_process(proc: subprocess.Popen[Any]) -> None:
244 """Register a PIO subprocess for tracking and cleanup on exit.
245
246 Args:
247 proc: subprocess.Popen instance to track
248 """
249 _registry.register(proc)
250
251
252def unregister_pio_process(proc: subprocess.Popen[Any]) -> None:

Callers 2

create_pio_processFunction · 0.90
__init__Method · 0.85

Calls 1

registerMethod · 0.45

Tested by

no test coverage detected