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

Function info

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

Source from the content-addressed store, hash-verified

148
149
150def info(text: str) -> str:
151 return colorize(text, Colors.BLUE)
152
153
154def warning(text: str) -> str:

Callers 6

test_protocolFunction · 0.85
test_command_registryFunction · 0.85
test_smokeFunction · 0.85
test_blocked_commandsFunction · 0.85
_print_command_listFunction · 0.85
cmd_interactiveFunction · 0.85

Calls 1

colorizeFunction · 0.85

Tested by

no test coverage detected