MCPcopy Index your code
hub / github.com/python/cpython / isSameNode

Method isSameNode

Lib/xml/dom/minidom.py:218–219  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

216 # Node interfaces from Level 3 (WD 9 April 2002)
217
218 def isSameNode(self, other):
219 return self is other
220
221 def getInterface(self, feature):
222 if self.isSupported(feature, None):

Callers 14

testRemoveNamedItemMethod · 0.80
testRemoveNamedItemNSMethod · 0.80
testCloneDocumentDeepMethod · 0.80
check_clone_attributeMethod · 0.80
testRenameAttributeMethod · 0.80
testRenameElementMethod · 0.80
testSetIdAttributeMethod · 0.80
testSetIdAttributeNSMethod · 0.80
setIdAttributeNodeMethod · 0.80

Calls

no outgoing calls

Tested by 11

testRemoveNamedItemMethod · 0.64
testRemoveNamedItemNSMethod · 0.64
testCloneDocumentDeepMethod · 0.64
check_clone_attributeMethod · 0.64
testRenameAttributeMethod · 0.64
testRenameElementMethod · 0.64
testSetIdAttributeMethod · 0.64
testSetIdAttributeNSMethod · 0.64