Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/csev/py4e
/ removeChildrenAndAdd
Function
removeChildrenAndAdd
tools/pythonauto/static/codemirror/codemirror.js:5680–5682 ·
view source on GitHub ↗
(parent, e)
Source
from the content-addressed store, hash-verified
5678
}
5679
5680
function
removeChildrenAndAdd(parent, e) {
5681
return
removeChildren(parent).appendChild(e);
5682
}
5683
5684
function
setTextContent(e, str) {
5685
if
(ie_lt9) {
Callers
9
updateSelectionRange
Function · 0.70
paddingH
Function · 0.70
measureLineInner
Function · 0.70
measureLineWidth
Function · 0.70
textHeight
Function · 0.70
charWidth
Function · 0.70
widgetHeight
Function · 0.70
scrollbarWidth
Function · 0.70
zeroWidthElement
Function · 0.70
Calls
2
removeChildren
Function · 0.70
appendChild
Method · 0.45
Tested by
no test coverage detected