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

Function p

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

Source from the content-addressed store, hash-verified

2193 var missed = false;
2194 cm.display.pollingFast = true;
2195 function p() {
2196 var changed = readInput(cm);
2197 if (!changed && !missed) {missed = true; cm.display.poll.set(60, p);}
2198 else {cm.display.pollingFast = false; slowPoll(cm);}
2199 }
2200 cm.display.poll.set(20, p);
2201 }
2202

Callers

nothing calls this directly

Calls 2

readInputFunction · 0.70
slowPollFunction · 0.70

Tested by

no test coverage detected