MCPcopy
hub / github.com/apenwarr/redo / _debug

Function _debug

redo/jobserver.py:87–89  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

85
86
87def _debug(s):
88 if 0:
89 sys.stderr.write('job#%d: %s' % (os.getpid(), s))
90
91
92def _create_tokens(n):

Callers 9

_releaseFunction · 0.85
release_mineFunction · 0.85
setupFunction · 0.85
_waitFunction · 0.85
_ensure_tokenFunction · 0.85
ensure_token_or_cheatFunction · 0.85
wait_allFunction · 0.85
force_return_tokensFunction · 0.85
startFunction · 0.85

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected