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

Function e_stop

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

Source from the content-addressed store, hash-verified

3037 else e.cancelBubble = true;
3038 }
3039 function e_stop(e) {e_preventDefault(e); e_stopPropagation(e);}
3040 CodeMirror.e_stop = e_stop;
3041 CodeMirror.e_preventDefault = e_preventDefault;
3042 CodeMirror.e_stopPropagation = e_stopPropagation;

Callers 6

drag_Function · 0.70
onContextMenuFunction · 0.70
stopMethodFunction · 0.70
drag_Function · 0.70
onDragStartFunction · 0.70
onContextMenuFunction · 0.70

Calls 2

e_preventDefaultFunction · 0.70
e_stopPropagationFunction · 0.70

Tested by

no test coverage detected