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

Method getNames

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

Source from the content-addressed store, hash-verified

304 return name
305
306 def getNames(self):
307 return list(self._attrs.keys())
308
309 def getQNames(self):
310 return list(self._attrs.keys())

Callers 5

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

Calls 2

listClass · 0.85
keysMethod · 0.45

Tested by 5

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