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

Method is_successful

ci/util/serial_monitor.py:59–65  ·  view source on GitHub ↗

Check if this handler's criteria for success are met. Returns: True if successful, False otherwise

(self)

Source from the content-addressed store, hash-verified

57 raise NotImplementedError
58
59 def is_successful(self) -> bool:
60 """Check if this handler's criteria for success are met.
61
62 Returns:
63 True if successful, False otherwise
64 """
65 return True
66
67 def get_failure_message(self) -> str | None:
68 """Get failure message if handler failed.

Callers 2

runMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected