MCPcopy
hub / github.com/csev/py4e / removeChild

Method removeChild

code3/bs4/builder/_html5lib.py:245–246  ·  view source on GitHub ↗
(self, node)

Source from the content-addressed store, hash-verified

243 node.parent = self
244
245 def removeChild(self, node):
246 node.element.extract()
247
248 def reparentChildren(self, new_parent):
249 """Move all of this tag's children into another tag."""

Callers 15

killNodeFunction · 0.45
codemirrorepl.jsFile · 0.45
rmFunction · 0.45
updateLineBackgroundFunction · 0.45
updateLineGutterFunction · 0.45
updateLineWidgetsFunction · 0.45
onDragStartFunction · 0.45
maybeScrollWindowFunction · 0.45
codemirror.jsFile · 0.45
removeChildrenFunction · 0.45
skulpt.jsFile · 0.45
skulpt.min.jsFile · 0.45

Calls 1

extractMethod · 0.45

Tested by

no test coverage detected