Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/csev/py4e
/ isReadOnly
Function
isReadOnly
tools/pythonauto/static/codemirrorepl/codemirror.js:2311–2313 ·
view source on GitHub ↗
(cm)
Source
from the content-addressed store, hash-verified
2309
}
2310
2311
function
isReadOnly(cm) {
2312
return
cm.options.readOnly || cm.doc.cantEdit;
2313
}
2314
2315
// EVENT HANDLERS
2316
Callers
4
readInput
Function · 0.70
leftButtonDown
Function · 0.70
onDrop
Function · 0.70
doHandleBinding
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected