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

Class EvaluationResult

ci/autoresearch/test_flexio_rx_objectfled.py:60–66  ·  view source on GitHub ↗

Per-case result returned from `evaluate()`. Replaces the older `(bool, str)` tuple with a typed struct so downstream code can introspect individual fields without positional-index brittleness.

Source from the content-addressed store, hash-verified

58@typechecked
59@dataclass
60class EvaluationResult:
61 """Per-case result returned from `evaluate()`. Replaces the older
62 `(bool, str)` tuple with a typed struct so downstream code can introspect
63 individual fields without positional-index brittleness."""
64
65 ok: bool
66 message: str
67
68
69CASES: list[TestCase] = [

Callers 1

evaluateFunction · 0.85

Calls

no outgoing calls

Tested by 1

evaluateFunction · 0.68