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

Method wait

ci/tests/test_ninja_maintenance.py:41–43  ·  view source on GitHub ↗
(self, echo: bool = False)

Source from the content-addressed store, hash-verified

39 self._rc = returncode
40
41 def wait(self, echo: bool = False) -> int:
42 del echo
43 return self._rc
44
45
46def _fake_running_process(returncode: int) -> Any:

Calls

no outgoing calls

Tested by

no test coverage detected