Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GeWu-Lab/AnyTouch2
/ logging
Function
logging
utils.py:33–36 ·
view source on GitHub ↗
(s, verbose=True, style=1)
Source
from the content-addressed store, hash-verified
31
}
32
33
def
logging(s, verbose=True, style=1):
34
if
not verbose:
35
return
36
print(color_style[style].format(s))
37
38
def
is_dist_avail_and_initialized():
39
if
not dist.is_available():
Callers
nothing calls this directly
Calls
1
print
Function · 0.85
Tested by
no test coverage detected