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

Method handle_line

ci/util/serial_monitor.py:48–57  ·  view source on GitHub ↗

Process a line of serial output. Args: line: The line to process Returns: True to continue monitoring, False to stop immediately

(self, line: str)

Source from the content-addressed store, hash-verified

46 """
47
48 def handle_line(self, line: str) -> bool:
49 """Process a line of serial output.
50
51 Args:
52 line: The line to process
53
54 Returns:
55 True to continue monitoring, False to stop immediately
56 """
57 raise NotImplementedError
58
59 def is_successful(self) -> bool:
60 """Check if this handler's criteria for success are met.

Callers 2

runMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected