Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ error
Method
error
Tools/c-analyzer/distutils/log.py:51–52 ·
view source on GitHub ↗
(self, msg, *args)
Source
from the content-addressed store, hash-verified
49
self._log(WARN, msg, args)
50
51
def
error(self, msg, *args):
52
self._log(ERROR, msg, args)
53
54
def
fatal(self, msg, *args):
55
self._log(FATAL, msg, args)
Callers
14
main
Function · 0.45
error
Function · 0.45
_download_src
Method · 0.45
main
Function · 0.45
main
Function · 0.45
_resolve_ignored
Function · 0.45
process_levels
Function · 0.45
process_kinds
Function · 0.45
process_format
Function · 0.45
process_args
Function · 0.45
add_sepval_cli
Function · 0.45
_add_cmd_cli
Function · 0.45
Calls
1
_log
Method · 0.95
Tested by
2
_download_src
Method · 0.36
main
Function · 0.36