Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ log_warning
Function
log_warning
PC/layout/support/logging.py:73–74 ·
view source on GitHub ↗
(msg, *args, **kwargs)
Source
from the content-addressed store, hash-verified
71
72
@public
73
def
log_warning(msg, *args, **kwargs):
74
return
LOG.warning(BraceMessage(msg, *args, **kwargs))
75
76
77
@public
Callers
4
get_tcltk_lib
Function · 0.85
_compile_one_py
Function · 0.85
main
Function · 0.85
get_pip_layout
Function · 0.85
Calls
2
BraceMessage
Class · 0.85
warning
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…