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

Method setNamedItemNS

Lib/xml/dom/minidom.py:632–633  ·  view source on GitHub ↗
(self, node)

Source from the content-addressed store, hash-verified

630 return old
631
632 def setNamedItemNS(self, node):
633 return self.setNamedItem(node)
634
635 def __delitem__(self, attname_or_tuple):
636 node = self[attname_or_tuple]

Callers

nothing calls this directly

Calls 1

setNamedItemMethod · 0.95

Tested by

no test coverage detected