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

Class RunWithTimeoutResult

ci/profile_runner.py:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28@dataclass(slots=True)
29class RunWithTimeoutResult:
30 success: bool
31 output: str
32 pid_if_timeout: int | None
33
34
35class ProfileRunner:

Callers 1

_run_with_timeoutMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected