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

Method unregister

ci/util/pio_process_killer.py:394–396  ·  view source on GitHub ↗

Unregister the process from tracking.

(self)

Source from the content-addressed store, hash-verified

392 self._proc.kill()
393
394 def unregister(self) -> None:
395 """Unregister the process from tracking."""
396 unregister_pio_process(self._proc)
397
398 def __enter__(self) -> "TrackedPopen":
399 return self

Callers 2

__exit__Method · 0.95
unregister_pio_processFunction · 0.45

Calls 1

unregister_pio_processFunction · 0.85

Tested by

no test coverage detected