Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ keysNS
Method
keysNS
Lib/xml/dom/minidom.py:529–530 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
527
return
self._attrs.keys()
528
529
def
keysNS(self):
530
return
self._attrsNS.keys()
531
532
def
values(self):
533
return
self._attrs.values()
Callers
nothing calls this directly
Calls
1
keys
Method · 0.45
Tested by
no test coverage detected