Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fogleman/primitive
/ log
Function
log
scripts/process.py:64–66 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
62
log_lock = threading.Lock()
63
64
def
log(x):
65
with
log_lock:
66
print x
67
68
if
__name__ ==
'__main__'
:
69
args = sys.argv[1:]
Callers
1
worker
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected