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

Function blue

utils/log_print.py:24–26  ·  view source on GitHub ↗

blue color

(sthg)

Source from the content-addressed store, hash-verified

22
23
24def blue(sthg):
25 ''' blue color '''
26 return "\033[01;34m{0}\033[00m".format(str(sthg))
27
28
29def yellow(sthg):

Callers 1

log_printFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected