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

Method values

Lib/xml/dom/minidom.py:532–533  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

530 return self._attrsNS.keys()
531
532 def values(self):
533 return self._attrs.values()
534
535 def get(self, name, value=None):
536 return self._attrs.get(name, value)

Callers 6

getDOMImplementationFunction · 0.45
itemsMethod · 0.45
itemsNSMethod · 0.45
unlinkMethod · 0.45
getElementByIdMethod · 0.45
_clone_nodeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected