Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
feed
Method · 0.45
flush
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected