Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
testRemoveNamedItem
Method · 0.80
testRemoveNamedItemNS
Method · 0.80
testCloneDocumentDeep
Method · 0.80
testCloneDocumentTypeDeepOk
Method · 0.80
check_clone_attribute
Method · 0.80
testRenameAttribute
Method · 0.80
testRenameElement
Method · 0.80
testSetIdAttribute
Method · 0.80
testSetIdAttributeNS
Method · 0.80
testSetIdAttributeNode
Method · 0.80
assert_recursive_equal
Method · 0.80
setIdAttributeNode
Method · 0.80
Calls
no outgoing calls
Tested by
11
testRemoveNamedItem
Method · 0.64
testRemoveNamedItemNS
Method · 0.64
testCloneDocumentDeep
Method · 0.64
testCloneDocumentTypeDeepOk
Method · 0.64
check_clone_attribute
Method · 0.64
testRenameAttribute
Method · 0.64
testRenameElement
Method · 0.64
testSetIdAttribute
Method · 0.64
testSetIdAttributeNS
Method · 0.64
testSetIdAttributeNode
Method · 0.64
assert_recursive_equal
Method · 0.64