MCPcopy 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_srcMethod · 0.45
_unpack_srcMethod · 0.45
_build_srcMethod · 0.45
installMethod · 0.45
recompile_pymodsMethod · 0.45
_build_srcMethod · 0.45
configure_makeFunction · 0.45
mainFunction · 0.45
msvccompiler.pyFile · 0.45

Calls 1

_logMethod · 0.95

Tested by 8

_download_srcMethod · 0.36
_unpack_srcMethod · 0.36
_build_srcMethod · 0.36
installMethod · 0.36
recompile_pymodsMethod · 0.36
_build_srcMethod · 0.36
configure_makeFunction · 0.36
mainFunction · 0.36