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:365–366 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
363
return
self._qnames[name]
364
365
def
getQNames(self):
366
return
list(self._qnames.values())
367
368
def
copy(self):
369
return
self.__class__(self._attrs, self._qnames)
Callers
1
test_nsattrs_wattr
Method · 0.95
Calls
2
list
Class · 0.85
values
Method · 0.45
Tested by
1
test_nsattrs_wattr
Method · 0.76