Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ itemsNS
Method
itemsNS
Lib/xml/dom/minidom.py:514–518 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
512
return
L
513
514
def
itemsNS(self):
515
L = []
516
for
node in self._attrs.values():
517
L.append(((node.namespaceURI, node.localName), node.value))
518
return
L
519
520
def
__contains__(self, key):
521
if
isinstance(key, str):
Callers
nothing calls this directly
Calls
2
values
Method · 0.45
append
Method · 0.45
Tested by
no test coverage detected