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

Class SAXNotSupportedException

Lib/xml/sax/_exceptions.py:111–117  ·  view source on GitHub ↗

Exception class for an unsupported operation. An XMLReader will raise this exception when a service it cannot perform is requested (specifically setting a state or value). SAX applications and extensions may use this class for similar purposes.

Source from the content-addressed store, hash-verified

109# ===== SAXNOTSUPPORTEDEXCEPTION =====
110
111class SAXNotSupportedException(SAXException):
112 """Exception class for an unsupported operation.
113
114 An XMLReader will raise this exception when a service it cannot
115 perform is requested (specifically setting a state or value). SAX
116 applications and extensions may use this class for similar
117 purposes."""
118
119# ===== SAXNOTSUPPORTEDEXCEPTION =====
120

Callers 4

setLocaleMethod · 0.85
setFeatureMethod · 0.85
getPropertyMethod · 0.85
setPropertyMethod · 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…