Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ values
Method
values
Lib/xml/sax/xmlreader.py:333–334 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
331
return
list(self._attrs.items())
332
333
def
values(self):
334
return
list(self._attrs.values())
335
336
# ===== ATTRIBUTESNSIMPL =====
337
Callers
1
getQNames
Method · 0.45
Calls
1
list
Class · 0.85
Tested by
no test coverage detected