Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ getQNames
Method
getQNames
Lib/xml/sax/xmlreader.py:309–310 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
307
return
list(self._attrs.keys())
308
309
def
getQNames(self):
310
return
list(self._attrs.keys())
311
312
def
__len__(self):
313
return
len(self._attrs)
Callers
4
verify_empty_attrs
Method · 0.45
verify_empty_nsattrs
Method · 0.45
verify_attrs_wattr
Method · 0.45
test_expat_nsattrs_wattr
Method · 0.45
Calls
2
list
Class · 0.85
keys
Method · 0.45
Tested by
4
verify_empty_attrs
Method · 0.36
verify_empty_nsattrs
Method · 0.36
verify_attrs_wattr
Method · 0.36
test_expat_nsattrs_wattr
Method · 0.36