Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ log_debug
Function
log_debug
PC/layout/support/logging.py:63–64 ·
view source on GitHub ↗
(msg, *args, **kwargs)
Source
from the content-addressed store, hash-verified
61
62
@public
63
def
log_debug(msg, *args, **kwargs):
64
return
LOG.debug(BraceMessage(msg, *args, **kwargs))
65
66
67
@public
Callers
2
copy_files
Function · 0.85
calculate_from_build_dir
Function · 0.85
Calls
2
BraceMessage
Class · 0.85
debug
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…