MCPcopy Index your code
hub / github.com/python/cpython / fatalError

Method fatalError

Lib/xml/sax/handler.py:34–36  ·  view source on GitHub ↗

Handle a non-recoverable error.

(self, exception)

Source from the content-addressed store, hash-verified

32 raise exception
33
34 def fatalError(self, exception):
35 "Handle a non-recoverable error."
36 raise exception
37
38 def warning(self, exception):
39 "Handle a warning."

Callers 2

feedMethod · 0.45
flushMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected