Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_call
Method · 0.45
_subprocess_output
Method · 0.45
install
Method · 0.45
parse_entries
Function · 0.45
filter_filenames
Function · 0.45
msvccompiler.py
File · 0.45
find_vcvarsall
Function · 0.45
query_vcvarsall
Function · 0.45
_find_vc2015
Function · 0.45
_find_vcvarsall
Function · 0.45
_iter_source
Function · 0.45
log_match
Function · 0.45
Calls
1
_log
Method · 0.95
Tested by
3
_subprocess_call
Method · 0.36
_subprocess_output
Method · 0.36
install
Method · 0.36