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

Class SAXReaderNotAvailable

Lib/xml/sax/_exceptions.py:121–127  ·  view source on GitHub ↗

Exception class for a missing driver. An XMLReader module (driver) should raise this exception when it is first imported, e.g. when a support module cannot be imported. It also may be raised during parsing, e.g. if executing an external program is not permitted.

Source from the content-addressed store, hash-verified

119# ===== SAXNOTSUPPORTEDEXCEPTION =====
120
121class SAXReaderNotAvailable(SAXNotSupportedException):
122 """Exception class for a missing driver.
123
124 An XMLReader module (driver) should raise this exception when it
125 is first imported, e.g. when a support module cannot be imported.
126 It also may be raised during parsing, e.g. if executing an external
127 program is not permitted."""

Callers 2

make_parserFunction · 0.85
expatreader.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…