Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ keys
Method
keys
Lib/xml/sax/xmlreader.py:318–319 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
316
return
self._attrs[name]
317
318
def
keys(self):
319
return
list(self._attrs.keys())
320
321
def
__contains__(self, name):
322
return
name in self._attrs
Callers
2
getNames
Method · 0.45
getQNames
Method · 0.45
Calls
1
list
Class · 0.85
Tested by
no test coverage detected