MCPcopy 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

testLegalChildrenMethod · 0.95
testElementMethod · 0.95
testAddAttrMethod · 0.95
testDeleteAttrMethod · 0.95
testRemoveAttrMethod · 0.95
testRemoveAttrNSMethod · 0.95
testElementReprAndStrMethod · 0.95
testAttributeReprMethod · 0.95

Calls 1

unlinkMethod · 0.45

Tested by 15

testLegalChildrenMethod · 0.76
testElementMethod · 0.76
testAddAttrMethod · 0.76
testDeleteAttrMethod · 0.76
testRemoveAttrMethod · 0.76
testRemoveAttrNSMethod · 0.76
testElementReprAndStrMethod · 0.76
testAttributeReprMethod · 0.76