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

Method fatal

Lib/logging/__init__.py:1571–1575  ·  view source on GitHub ↗

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

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

Source from the content-addressed store, hash-verified

1569 self._log(CRITICAL, msg, args, **kwargs)
1570
1571 def fatal(self, msg, *args, **kwargs):
1572 """
1573 Don't use this method, use critical() instead.
1574 """
1575 self.critical(msg, *args, **kwargs)
1576
1577 def log(self, level, msg, *args, **kwargs):
1578 """

Callers

nothing calls this directly

Calls 1

criticalMethod · 0.95

Tested by

no test coverage detected