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

Function unregister_pio_process

ci/util/pio_process_killer.py:252–258  ·  view source on GitHub ↗

Unregister a PIO subprocess (call when process completes normally). Args: proc: subprocess.Popen instance to unregister

(proc: subprocess.Popen[Any])

Source from the content-addressed store, hash-verified

250
251
252def unregister_pio_process(proc: subprocess.Popen[Any]) -> None:
253 """Unregister a PIO subprocess (call when process completes normally).
254
255 Args:
256 proc: subprocess.Popen instance to unregister
257 """
258 _registry.unregister(proc)
259
260
261def unregister_pio_process_by_pid(pid: int) -> None:

Callers 2

create_pio_processFunction · 0.90
unregisterMethod · 0.85

Calls 1

unregisterMethod · 0.45

Tested by

no test coverage detected