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

Class SAXNotRecognizedException

Lib/xml/sax/_exceptions.py:101–106  ·  view source on GitHub ↗

Exception class for an unrecognized identifier. An XMLReader will raise this exception when it is confronted with an unrecognized feature or property. SAX applications and extensions may use this class for similar purposes.

Source from the content-addressed store, hash-verified

99# ===== SAXNOTRECOGNIZEDEXCEPTION =====
100
101class SAXNotRecognizedException(SAXException):
102 """Exception class for an unrecognized identifier.
103
104 An XMLReader will raise this exception when it is confronted with an
105 unrecognized feature or property. SAX applications and extensions may
106 use this class for similar purposes."""
107
108
109# ===== SAXNOTSUPPORTEDEXCEPTION =====

Callers 8

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