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

Function error

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

Source from the content-addressed store, hash-verified

144
145
146def error(text: str) -> str:
147 return colorize(text, Colors.RED)
148
149
150def info(text: str) -> str:

Callers 4

print_summaryMethod · 0.70
_recordFunction · 0.70
cmd_testFunction · 0.70
cmd_interactiveFunction · 0.70

Calls 1

colorizeFunction · 0.85

Tested by

no test coverage detected