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

Method getFeature

Lib/xml/sax/xmlreader.py:75–77  ·  view source on GitHub ↗

Looks up and returns the state of a SAX2 feature.

(self, name)

Source from the content-addressed store, hash-verified

73 raise SAXNotSupportedException("Locale support not implemented")
74
75 def getFeature(self, name):
76 "Looks up and returns the state of a SAX2 feature."
77 raise SAXNotRecognizedException("Feature '%s' not recognized" % name)
78
79 def setFeature(self, name, state):
80 "Sets the state of a SAX2 feature."

Calls 1

Tested by 2