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

Method fatal

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

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

(self, msg, *args, **kwargs)

Source from the content-addressed store, hash-verified

1536 self._log(CRITICAL, msg, args, **kwargs)
1537
1538 def fatal(self, msg, *args, **kwargs):
1539 """
1540 Don't use this method, use critical() instead.
1541 """
1542 self.critical(msg, *args, **kwargs)
1543
1544 def log(self, level, msg, *args, **kwargs):
1545 """

Callers

nothing calls this directly

Calls 1

criticalMethod · 0.95

Tested by

no test coverage detected