Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
45
def
sub_debug(msg, *args):
46
if
_logger:
47
_logger.log(SUBDEBUG, msg, *args, stacklevel=2)
48
49
def
debug(msg, *args):
50
if
_logger:
Callers
2
__call__
Method · 0.85
_run_finalizers
Function · 0.85
Calls
1
log
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…