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

Method _fallback_print

ci/util/color_output.py:39–41  ·  view source on GitHub ↗

Fallback print when Rich is not available.

(self, message: str, prefix: str = "")

Source from the content-addressed store, hash-verified

37 self._Text = None
38
39 def _fallback_print(self, message: str, prefix: str = "") -> None:
40 """Fallback print when Rich is not available."""
41 print(f"{prefix}{message}")
42
43 def print_green(self, message: str) -> None:
44 """Print message in green color."""

Callers 6

print_greenMethod · 0.95
print_yellowMethod · 0.95
print_redMethod · 0.95
print_blueMethod · 0.95
print_cache_hitMethod · 0.95
print_cache_missMethod · 0.95

Calls 1

printFunction · 0.50

Tested by

no test coverage detected