Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyload/pyload
/ cyan
Function
cyan
module/cli/printer.py:16–17 ·
view source on GitHub ↗
(string)
Source
from the content-addressed store, hash-verified
14
return
"\033[1;31m"
+ unicode(string) +
"\033[0m"
15
16
def
cyan(string):
17
return
"\033[1;36m"
+ unicode(string) +
"\033[0m"
18
19
def
mag(string):
20
return
"\033[1;35m"
+ unicode(string) +
"\033[0m"
Callers
1
renderHeader
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected