Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ items
Method
items
Lib/xml/dom/minidom.py:508–512 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
506
return
None
507
508
def
items(self):
509
L = []
510
for
node in self._attrs.values():
511
L.append((node.nodeName, node.value))
512
return
L
513
514
def
itemsNS(self):
515
L = []
Callers
6
_call_user_data_handler
Method · 0.45
startElementNS
Method · 0.45
startElement
Method · 0.45
_getNSattrs
Method · 0.45
dump_struct
Method · 0.45
docserver
Method · 0.45
Calls
2
values
Method · 0.45
append
Method · 0.45
Tested by
no test coverage detected