Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ log
Method
log
Tools/c-analyzer/distutils/log.py:39–40 ·
view source on GitHub ↗
(self, level, msg, *args)
Source
from the content-addressed store, hash-verified
37
stream.flush()
38
39
def
log(self, level, msg, *args):
40
self._log(level, msg, args)
41
42
def
debug(self, msg, *args):
43
self._log(DEBUG, msg, args)
Callers
5
conv_tables
Function · 0.45
_resolve_ignored
Function · 0.45
cmd_capi
Function · 0.45
cmd_builtin_types
Function · 0.45
log_match
Function · 0.45
Calls
1
_log
Method · 0.95
Tested by
no test coverage detected