Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyload/pyload
/ green
Function
green
module/cli/printer.py:7–8 ·
view source on GitHub ↗
(string)
Source
from the content-addressed store, hash-verified
5
return
"\033[1;34m"
+ unicode(string) +
"\033[0m"
6
7
def
green(string):
8
return
"\033[1;32m"
+ unicode(string) +
"\033[0m"
9
10
def
yellow(string):
11
return
"\033[1;33m"
+ unicode(string) +
"\033[0m"
Callers
1
renderHeader
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected