MCPcopy 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

62log_lock = threading.Lock()
63
64def log(x):
65 with log_lock:
66 print x
67
68if __name__ == '__main__':
69 args = sys.argv[1:]

Callers 1

workerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected