Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ items
Method
items
Lib/xml/sax/xmlreader.py:330–331 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
328
return
self.__class__(self._attrs)
329
330
def
items(self):
331
return
list(self._attrs.items())
332
333
def
values(self):
334
return
list(self._attrs.values())
Callers
6
getValueByQName
Method · 0.45
getNameByQName
Method · 0.45
start_element_ns
Method · 0.45
__dict_replace
Function · 0.45
startElement
Method · 0.45
startElementNS
Method · 0.45
Calls
1
list
Class · 0.85
Tested by
no test coverage detected