Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyload/pyload
/ blue
Function
blue
module/cli/printer.py:4–5 ·
view source on GitHub ↗
(string)
Source
from the content-addressed store, hash-verified
2
# -*- coding: utf-8 -*-
3
4
def
blue(string):
5
return
"\033[1;34m"
+ unicode(string) +
"\033[0m"
6
7
def
green(string):
8
return
"\033[1;32m"
+ unicode(string) +
"\033[0m"
Callers
3
__init__
Method · 0.85
refresh
Method · 0.85
renderHeader
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected