Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ unlink
Method
unlink
Lib/xml/dom/minidom.py:1657–1661 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1655
return
node
1656
1657
def
unlink(self):
1658
if
self.doctype is not None:
1659
self.doctype.unlink()
1660
self.doctype = None
1661
Node.unlink(self)
1662
1663
def
cloneNode(self, deep):
1664
if
not deep:
Callers
15
testLegalChildren
Method · 0.95
testNamedNodeMapSetItem
Method · 0.95
testElement
Method · 0.95
testAddAttr
Method · 0.95
testDeleteAttr
Method · 0.95
testRemoveAttr
Method · 0.95
testRemoveAttrNS
Method · 0.95
testRemoveAttributeNode
Method · 0.95
testElementReprAndStr
Method · 0.95
testElementReprAndStrUnicode
Method · 0.95
testElementReprAndStrUnicodeNS
Method · 0.95
testAttributeRepr
Method · 0.95
Calls
1
unlink
Method · 0.45
Tested by
15
testLegalChildren
Method · 0.76
testNamedNodeMapSetItem
Method · 0.76
testElement
Method · 0.76
testAddAttr
Method · 0.76
testDeleteAttr
Method · 0.76
testRemoveAttr
Method · 0.76
testRemoveAttrNS
Method · 0.76
testRemoveAttributeNode
Method · 0.76
testElementReprAndStr
Method · 0.76
testElementReprAndStrUnicode
Method · 0.76
testElementReprAndStrUnicodeNS
Method · 0.76
testAttributeRepr
Method · 0.76