MCPcopy Create free account
hub / github.com/MetaSLAM/SphereVLAD / lblue

Function lblue

utils/log_print.py:14–16  ·  view source on GitHub ↗

green color

(sthg)

Source from the content-addressed store, hash-verified

12
13
14def lblue(sthg):
15 ''' green color '''
16 return "\033[01;36m{0}\033[00m".format(str(sthg))
17
18
19def pink(sthg):

Callers 1

log_printFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected