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

Function dim

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

Source from the content-addressed store, hash-verified

156
157
158def dim(text: str) -> str:
159 return colorize(text, Colors.DIM)
160
161
162def bold(text: str) -> str:

Callers 5

print_summaryMethod · 0.85
_recordFunction · 0.85
cmd_testFunction · 0.85
_print_command_listFunction · 0.85
cmd_interactiveFunction · 0.85

Calls 1

colorizeFunction · 0.85

Tested by

no test coverage detected