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

Method setFeature

Lib/xml/sax/xmlreader.py:79–81  ·  view source on GitHub ↗

Sets the state of a SAX2 feature.

(self, name, state)

Source from the content-addressed store, hash-verified

77 raise SAXNotRecognizedException("Feature '%s' not recognized" % name)
78
79 def setFeature(self, name, state):
80 "Sets the state of a SAX2 feature."
81 raise SAXNotRecognizedException("Feature '%s' not recognized" % name)
82
83 def getProperty(self, name):
84 "Looks up and returns the value of a SAX2 property."

Callers 4

test_5027_1Method · 0.45
resetMethod · 0.45

Calls 1

Tested by 4

test_5027_1Method · 0.36
resetMethod · 0.36