MCPcopy Index your code
hub / github.com/python/cpython / sub_debug

Function sub_debug

Lib/multiprocessing/util.py:45–47  ·  view source on GitHub ↗
(msg, *args)

Source from the content-addressed store, hash-verified

43_log_to_stderr = False
44
45def sub_debug(msg, *args):
46 if _logger:
47 _logger.log(SUBDEBUG, msg, *args, stacklevel=2)
48
49def debug(msg, *args):
50 if _logger:

Callers 2

__call__Method · 0.85
_run_finalizersFunction · 0.85

Calls 1

logMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…