Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ values
Method
values
Lib/xml/dom/minidom.py:532–533 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
530
return
self._attrsNS.keys()
531
532
def
values(self):
533
return
self._attrs.values()
534
535
def
get(self, name, value=None):
536
return
self._attrs.get(name, value)
Callers
6
getDOMImplementation
Function · 0.45
items
Method · 0.45
itemsNS
Method · 0.45
unlink
Method · 0.45
getElementById
Method · 0.45
_clone_node
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected