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

Method getProperty

Lib/xml/sax/xmlreader.py:83–85  ·  view source on GitHub ↗

Looks up and returns the value of a SAX2 property.

(self, name)

Source from the content-addressed store, hash-verified

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."
85 raise SAXNotRecognizedException("Property '%s' not recognized" % name)
86
87 def setProperty(self, name, value):
88 "Sets the value of a SAX2 property."

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected