Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/material-shell/material-shell
/ printc
Function
printc
scripts/install.py:18–20 ·
view source on GitHub ↗
Prints some text with a color
(color: str, text: str)
Source
from the content-addressed store, hash-verified
16
17
18
def
printc(color: str, text: str):
19
''
' Prints some text with a color '
''
20
print(f
"{color}{text}{RESET}"
)
21
22
23
def
try_call(params):
Callers
1
install
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected