Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ print_warning
Function
print_warning
ci/meson/output.py:17–19 ·
view source on GitHub ↗
Print warning message in yellow.
(msg: str)
Source
from the content-addressed store, hash-verified
15
16
17
def
print_warning(msg: str) -> None:
18
""
"Print warning message in yellow."
""
19
print_yellow(msg)
20
21
22
def
print_info(msg: str) -> None:
Callers
2
detect_test_file_changes
Function · 0.90
detect_example_file_changes
Function · 0.90
Calls
1
print_yellow
Function · 0.90
Tested by
no test coverage detected