Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ get
Method
get
Lib/xml/dom/minidom.py:535–536 ·
view source on GitHub ↗
(self, name, value=None)
Source
from the content-addressed store, hash-verified
533
return
self._attrs.values()
534
535
def
get(self, name, value=None):
536
return
self._attrs.get(name, value)
537
538
__len__ = _get_length
539
Callers
13
getDOMImplementation
Function · 0.45
setNamedItem
Method · 0.45
getAttributeNode
Method · 0.45
getAttributeNodeNS
Method · 0.45
setAttributeNode
Method · 0.45
_get_elem_info
Method · 0.45
_finish_end_element
Method · 0.45
element_decl_handler
Method · 0.45
attlist_decl_handler
Method · 0.45
accept_encodings
Method · 0.45
do_POST
Method · 0.45
decode_request_content
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected