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

Function print_green

ci/util/color_output.py:116–118  ·  view source on GitHub ↗

Print message in green color (global function).

(message: str)

Source from the content-addressed store, hash-verified

114
115# Convenience functions for common use cases
116def print_green(message: str) -> None:
117 """Print message in green color (global function)."""
118 _get_color_output().print_green(message)
119
120
121def print_yellow(message: str) -> None:

Callers 2

print_successFunction · 0.90
color_output.pyFile · 0.85

Calls 2

_get_color_outputFunction · 0.85
print_greenMethod · 0.80

Tested by

no test coverage detected