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

Method __init__

ci/util/process_status_display.py:34–40  ·  view source on GitHub ↗
(
        self, group: "RunningProcessGroup", config: Optional[DisplayConfig] = None
    )

Source from the content-addressed store, hash-verified

32 """Abstract base class for process status displays."""
33
34 def __init__(
35 self, group: "RunningProcessGroup", config: Optional[DisplayConfig] = None
36 ):
37 self.group = group
38 self.config = config or DisplayConfig()
39 self._display_thread: Optional[threading.Thread] = None
40 self._stop_event = threading.Event()
41
42 @abstractmethod
43 def format_status_line(

Callers

nothing calls this directly

Calls 2

DisplayConfigClass · 0.85
EventMethod · 0.80

Tested by

no test coverage detected