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

Method getLength

Lib/xml/sax/xmlreader.py:284–285  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

282 self._attrs = attrs
283
284 def getLength(self):
285 return len(self._attrs)
286
287 def getType(self, name):
288 return "CDATA"

Callers 5

verify_empty_attrsMethod · 0.80
verify_empty_nsattrsMethod · 0.80
verify_attrs_wattrMethod · 0.80
test_nsattrs_wattrMethod · 0.80

Calls

no outgoing calls

Tested by 5

verify_empty_attrsMethod · 0.64
verify_empty_nsattrsMethod · 0.64
verify_attrs_wattrMethod · 0.64
test_nsattrs_wattrMethod · 0.64