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

Method list_active

ci/util/running_process_manager.py:29–31  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

27 pass
28
29 def list_active(self) -> list[RunningProcess]:
30 with self._lock:
31 return [p for p in self._processes if not p.finished]
32
33 def dump_active(self) -> None:
34 active: list[RunningProcess] = self.list_active()

Callers 1

dump_activeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected