MCPcopy 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()
58log = _global_log.log

Callers

nothing calls this directly

Calls 1

_logMethod · 0.95

Tested by

no test coverage detected