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

Method setProperty

Lib/xml/sax/xmlreader.py:87–89  ·  view source on GitHub ↗

Sets the value of a SAX2 property.

(self, name, value)

Source from the content-addressed store, hash-verified

85 raise SAXNotRecognizedException("Property '%s' not recognized" % name)
86
87 def setProperty(self, name, value):
88 "Sets the value of a SAX2 property."
89 raise SAXNotRecognizedException("Property '%s' not recognized" % name)
90
91class IncrementalParser(XMLReader):
92 """This interface adds three extra methods to the XMLReader

Callers 11

ynFunction · 0.45
vnFunction · 0.45
oFunction · 0.45
qFunction · 0.45
jFunction · 0.45
heFunction · 0.45
OFunction · 0.45
PFunction · 0.45
frFunction · 0.45
test_handlersMethod · 0.45
test_handlersMethod · 0.45

Calls 1

Tested by 2

test_handlersMethod · 0.36
test_handlersMethod · 0.36