Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ item
Method
item
Lib/xml/dom/minidom.py:502–506 ·
view source on GitHub ↗
(self, index)
Source
from the content-addressed store, hash-verified
500
return
len(self._attrs)
501
502
def
item(self, index):
503
try
:
504
return
self[list(self._attrs.keys())[index]]
505
except
IndexError:
506
return
None
507
508
def
items(self):
509
L = []
Callers
nothing calls this directly
Calls
2
list
Class · 0.85
keys
Method · 0.45
Tested by
no test coverage detected