MCPcopy Index your code
hub / github.com/csev/py4e / up

Function up

tools/pythonauto/static/codemirrorepl/codemirror.js:3043–3049  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

3041 addClass(lineDiv, "CodeMirror-crosshair");
3042
3043 function up(e) {
3044 if (e.keyCode == 18 || !e.altKey) {
3045 rmClass(lineDiv, "CodeMirror-crosshair");
3046 off(document, "keyup", up);
3047 off(document, "mouseover", up);
3048 }
3049 }
3050 on(document, "keyup", up);
3051 on(document, "mouseover", up);
3052 }

Callers

nothing calls this directly

Calls 2

rmClassFunction · 0.85
offFunction · 0.50

Tested by

no test coverage detected