Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/csev/py4e
/ removeChildrenAndAdd
Function
removeChildrenAndAdd
tools/pythonauto/static/codemirrorepl/codemirror.js:7049–7051 ·
view source on GitHub ↗
(parent, e)
Source
from the content-addressed store, hash-verified
7047
}
7048
7049
function
removeChildrenAndAdd(parent, e) {
7050
return
removeChildren(parent).appendChild(e);
7051
}
7052
7053
function
contains(parent, child) {
7054
if
(parent.contains)
Callers
9
updateSelection
Function · 0.70
paddingH
Function · 0.70
updateExternalMeasurement
Function · 0.70
textHeight
Function · 0.70
charWidth
Function · 0.70
widgetHeight
Function · 0.70
scrollbarWidth
Function · 0.70
zeroWidthElement
Function · 0.70
hasBadBidiRects
Function · 0.70
Calls
2
removeChildren
Function · 0.70
appendChild
Method · 0.45
Tested by
no test coverage detected