Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/csev/py4e
/ isReadOnly
Function
isReadOnly
tools/pythonauto/static/codemirror/codemirror.js:1570–1572 ·
view source on GitHub ↗
(cm)
Source
from the content-addressed store, hash-verified
1568
}
1569
1570
function
isReadOnly(cm) {
1571
return
cm.options.readOnly || cm.doc.cantEdit;
1572
}
1573
1574
// EVENT HANDLERS
1575
Callers
4
readInput
Function · 0.70
onMouseDown
Function · 0.70
onDrop
Function · 0.70
doHandleBinding
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected