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

Method unregister

ci/util/running_process_manager.py:22–27  ·  view source on GitHub ↗
(self, proc: RunningProcess)

Source from the content-addressed store, hash-verified

20 self._processes.append(proc)
21
22 def unregister(self, proc: RunningProcess) -> None:
23 with self._lock:
24 try:
25 self._processes.remove(proc)
26 except ValueError:
27 pass
28
29 def list_active(self) -> list[RunningProcess]:
30 with self._lock:

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected