MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / fatal

Function fatal

tools/python-3.11.9-amd64/Lib/logging/__init__.py:2094–2098  ·  view source on GitHub ↗

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

(msg, *args, **kwargs)

Source from the content-addressed store, hash-verified

2092 root.critical(msg, *args, **kwargs)
2093
2094def fatal(msg, *args, **kwargs):
2095 """
2096 Don't use this function, use critical() instead.
2097 """
2098 critical(msg, *args, **kwargs)
2099
2100def error(msg, *args, **kwargs):
2101 """

Callers

nothing calls this directly

Calls 1

criticalFunction · 0.85

Tested by

no test coverage detected