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

Function print_blue

ci/util/color_output.py:131–133  ·  view source on GitHub ↗

Print message in blue color (global function).

(message: str)

Source from the content-addressed store, hash-verified

129
130
131def print_blue(message: str) -> None:
132 """Print message in blue color (global function)."""
133 _get_color_output().print_blue(message)
134
135
136def print_cache_hit(message: str) -> None:

Callers 2

print_infoFunction · 0.90
color_output.pyFile · 0.85

Calls 2

_get_color_outputFunction · 0.85
print_blueMethod · 0.80

Tested by

no test coverage detected