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

Method fatal

tools/python-3.11.9-amd64/Lib/distutils/log.py:54–55  ·  view source on GitHub ↗
(self, msg, *args)

Source from the content-addressed store, hash-verified

52 self._log(ERROR, msg, args)
53
54 def fatal(self, msg, *args):
55 self._log(FATAL, msg, args)
56
57_global_log = Log()
58log = _global_log.log

Callers 1

test_non_asciiMethod · 0.45

Calls 1

_logMethod · 0.95

Tested by 1

test_non_asciiMethod · 0.36