Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ warn
Method
warn
Tools/c-analyzer/distutils/log.py:48–49 ·
view source on GitHub ↗
(self, msg, *args)
Source
from the content-addressed store, hash-verified
46
self._log(INFO, msg, args)
47
48
def
warn(self, msg, *args):
49
self._log(WARN, msg, args)
50
51
def
error(self, msg, *args):
52
self._log(ERROR, msg, args)
Callers
3
handle_failure
Function · 0.45
get_msvc_paths
Method · 0.45
__init__
Method · 0.45
Calls
1
_log
Method · 0.95
Tested by
no test coverage detected