Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
158
def
dim(text: str) -> str:
159
return
colorize(text, Colors.DIM)
160
161
162
def
bold(text: str) -> str:
Callers
5
print_summary
Method · 0.85
_record
Function · 0.85
cmd_test
Function · 0.85
_print_command_list
Function · 0.85
cmd_interactive
Function · 0.85
Calls
1
colorize
Function · 0.85
Tested by
no test coverage detected