MCPcopy 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

getDOMImplementationFunction · 0.45
setNamedItemMethod · 0.45
getAttributeNodeMethod · 0.45
getAttributeNodeNSMethod · 0.45
setAttributeNodeMethod · 0.45
_get_elem_infoMethod · 0.45
_finish_end_elementMethod · 0.45
element_decl_handlerMethod · 0.45
attlist_decl_handlerMethod · 0.45
accept_encodingsMethod · 0.45
do_POSTMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected