MCPcopy Index your code
hub / github.com/RustPython/RustPython / fatal

Function fatal

Lib/logging/__init__.py:2161–2165  ·  view source on GitHub ↗

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

(msg, *args, **kwargs)

Source from the content-addressed store, hash-verified

2159 root.critical(msg, *args, **kwargs)
2160
2161def fatal(msg, *args, **kwargs):
2162 """
2163 Don't use this function, use critical() instead.
2164 """
2165 critical(msg, *args, **kwargs)
2166
2167def error(msg, *args, **kwargs):
2168 """

Callers

nothing calls this directly

Calls 1

criticalFunction · 0.85

Tested by

no test coverage detected