Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
def
red(sthg):
5
''
' red color '
''
6
return
"\033[01;31m{0}\033[00m"
.format(str(sthg))
7
8
9
def
green(sthg):
Callers
1
log_print
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected