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

Function yellow

utils/log_print.py:29–31  ·  view source on GitHub ↗

yellow color

(sthg)

Source from the content-addressed store, hash-verified

27
28
29def yellow(sthg):
30 ''' yellow color '''
31 return "\033[01;93m{0}\033[00m".format(str(sthg))
32
33
34def log_print(sthg, color='', logger=None):

Callers 1

log_printFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected