MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / warning

Function warning

examples/API Test/test_api.py:154–155  ·  view source on GitHub ↗
(text: str)

Source from the content-addressed store, hash-verified

152
153
154def warning(text: str) -> str:
155 return colorize(text, Colors.YELLOW)
156
157
158def dim(text: str) -> str:

Callers 4

evaluateMethod · 0.85
print_summaryMethod · 0.85
_recordFunction · 0.85
cmd_interactiveFunction · 0.85

Calls 1

colorizeFunction · 0.85

Tested by

no test coverage detected