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

Function red

utils/log_print.py:4–6  ·  view source on GitHub ↗

red color

(sthg)

Source from the content-addressed store, hash-verified

2
3
4def red(sthg):
5 ''' red color '''
6 return "\033[01;31m{0}\033[00m".format(str(sthg))
7
8
9def green(sthg):

Callers 1

log_printFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected