Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ getValueByQName
Method
getValueByQName
Lib/xml/sax/xmlreader.py:293–294 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
291
return
self._attrs[name]
292
293
def
getValueByQName(self, name):
294
return
self._attrs[name]
295
296
def
getNameByQName(self, name):
297
if
name not in self._attrs:
Callers
1
verify_attrs_wattr
Method · 0.45
Calls
no outgoing calls
Tested by
1
verify_attrs_wattr
Method · 0.36