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

Function wrappedSubmit

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

Source from the content-addressed store, hash-verified

2332 if (typeof textarea.form.submit == "function") {
2333 var realSubmit = textarea.form.submit;
2334 function wrappedSubmit() {
2335 save();
2336 textarea.form.submit = realSubmit;
2337 textarea.form.submit();
2338 textarea.form.submit = wrappedSubmit;
2339 }
2340 textarea.form.submit = wrappedSubmit;
2341 }
2342 }

Callers

nothing calls this directly

Calls 1

saveFunction · 0.70

Tested by

no test coverage detected