Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ fatal
Method
fatal
Tools/c-analyzer/distutils/log.py:54–55 ·
view source on GitHub ↗
(self, msg, *args)
Source
from the content-addressed store, hash-verified
52
self._log(ERROR, msg, args)
53
54
def
fatal(self, msg, *args):
55
self._log(FATAL, msg, args)
56
57
_global_log = Log()
58
log = _global_log.log
Callers
nothing calls this directly
Calls
1
_log
Method · 0.95
Tested by
no test coverage detected