MCPcopy Index your code
hub / github.com/python/cpython / debug

Method debug

Tools/c-analyzer/distutils/log.py:42–43  ·  view source on GitHub ↗
(self, msg, *args)

Source from the content-addressed store, hash-verified

40 self._log(level, msg, args)
41
42 def debug(self, msg, *args):
43 self._log(DEBUG, msg, args)
44
45 def info(self, msg, *args):
46 self._log(INFO, msg, args)

Callers 14

_subprocess_callMethod · 0.45
_subprocess_outputMethod · 0.45
installMethod · 0.45
parse_entriesFunction · 0.45
filter_filenamesFunction · 0.45
msvccompiler.pyFile · 0.45
find_vcvarsallFunction · 0.45
query_vcvarsallFunction · 0.45
_find_vc2015Function · 0.45
_find_vcvarsallFunction · 0.45
_iter_sourceFunction · 0.45
log_matchFunction · 0.45

Calls 1

_logMethod · 0.95

Tested by 3

_subprocess_callMethod · 0.36
_subprocess_outputMethod · 0.36
installMethod · 0.36