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

Function bold

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

Source from the content-addressed store, hash-verified

160
161
162def bold(text: str) -> str:
163 return colorize(text, Colors.BOLD)
164
165
166# =============================================================================

Callers 7

print_summaryMethod · 0.85
test_protocolFunction · 0.85
test_command_registryFunction · 0.85
test_smokeFunction · 0.85
test_blocked_commandsFunction · 0.85
cmd_testFunction · 0.85
cmd_interactiveFunction · 0.85

Calls 1

colorizeFunction · 0.85

Tested by

no test coverage detected