Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ info
Method
info
Tools/c-analyzer/distutils/log.py:45–46 ·
view source on GitHub ↗
(self, msg, *args)
Source
from the content-addressed store, hash-verified
43
self._log(DEBUG, msg, args)
44
45
def
info(self, msg, *args):
46
self._log(INFO, msg, args)
47
48
def
warn(self, msg, *args):
49
self._log(WARN, msg, args)
Callers
9
_download_src
Method · 0.45
_unpack_src
Method · 0.45
_build_src
Method · 0.45
install
Method · 0.45
recompile_pymods
Method · 0.45
_build_src
Method · 0.45
configure_make
Function · 0.45
main
Function · 0.45
msvccompiler.py
File · 0.45
Calls
1
_log
Method · 0.95
Tested by
8
_download_src
Method · 0.36
_unpack_src
Method · 0.36
_build_src
Method · 0.36
install
Method · 0.36
recompile_pymods
Method · 0.36
_build_src
Method · 0.36
configure_make
Function · 0.36
main
Function · 0.36