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

Function stopMethod

tools/pythonauto/static/codemirror/codemirror.js:5463–5463  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5461 // EVENT OPERATORS
5462
5463 function stopMethod() {e_stop(this);}
5464 // Ensure an event has a stop method.
5465 function addStop(event) {
5466 if (!event.stop) event.stop = stopMethod;

Callers

nothing calls this directly

Calls 1

e_stopFunction · 0.70

Tested by

no test coverage detected