Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ getQNameByName
Method
getQNameByName
Lib/xml/sax/xmlreader.py:362–363 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
360
raise
KeyError(name)
361
362
def
getQNameByName(self, name):
363
return
self._qnames[name]
364
365
def
getQNames(self):
366
return
list(self._qnames.values())
Callers
1
test_nsattrs_wattr
Method · 0.95
Calls
no outgoing calls
Tested by
1
test_nsattrs_wattr
Method · 0.76