MCPcopy 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
73def log_warning(msg, *args, **kwargs):
74 return LOG.warning(BraceMessage(msg, *args, **kwargs))
75
76
77@public

Callers 4

get_tcltk_libFunction · 0.85
_compile_one_pyFunction · 0.85
mainFunction · 0.85
get_pip_layoutFunction · 0.85

Calls 2

BraceMessageClass · 0.85
warningMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…