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