Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
killNode
Function · 0.45
codemirrorepl.js
File · 0.45
rm
Function · 0.45
updateLineBackground
Function · 0.45
updateLineGutter
Function · 0.45
updateLineWidgets
Function · 0.45
onDragStart
Function · 0.45
maybeScrollWindow
Function · 0.45
codemirror.js
File · 0.45
removeChildren
Function · 0.45
skulpt.js
File · 0.45
skulpt.min.js
File · 0.45
Calls
1
extract
Method · 0.45
Tested by
no test coverage detected