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

Function print_red

ci/util/color_output.py:126–128  ·  view source on GitHub ↗

Print message in red color (global function).

(message: str)

Source from the content-addressed store, hash-verified

124
125
126def print_red(message: str) -> None:
127 """Print message in red color (global function)."""
128 _get_color_output().print_red(message)
129
130
131def print_blue(message: str) -> None:

Callers 2

print_errorFunction · 0.90
color_output.pyFile · 0.85

Calls 2

_get_color_outputFunction · 0.85
print_redMethod · 0.80

Tested by

no test coverage detected