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

Method getValue

Lib/xml/sax/xmlreader.py:290–291  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

288 return "CDATA"
289
290 def getValue(self, name):
291 return self._attrs[name]
292
293 def getValueByQName(self, name):
294 return self._attrs[name]

Callers 3

verify_attrs_wattrMethod · 0.80
test_nsattrs_wattrMethod · 0.80

Calls

no outgoing calls

Tested by 3

verify_attrs_wattrMethod · 0.64
test_nsattrs_wattrMethod · 0.64