MCPcopy Index your code
hub / github.com/python/cpython / fatal

Function fatal

Lib/logging/__init__.py:2171–2175  ·  view source on GitHub ↗

Don't use this function, use critical() instead.

(msg, *args, **kwargs)

Source from the content-addressed store, hash-verified

2169 root.critical(msg, *args, **kwargs)
2170
2171def fatal(msg, *args, **kwargs):
2172 """
2173 Don't use this function, use critical() instead.
2174 """
2175 critical(msg, *args, **kwargs)
2176
2177def error(msg, *args, **kwargs):
2178 """

Callers

nothing calls this directly

Calls 1

criticalFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…