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

Function p

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

Source from the content-addressed store, hash-verified

1480 var missed = false;
1481 cm.display.pollingFast = true;
1482 function p() {
1483 var changed = readInput(cm);
1484 if (!changed && !missed) {missed = true; cm.display.poll.set(60, p);}
1485 else {cm.display.pollingFast = false; slowPoll(cm);}
1486 }
1487 cm.display.poll.set(20, p);
1488 }
1489

Callers

nothing calls this directly

Calls 2

readInputFunction · 0.70
slowPollFunction · 0.70

Tested by

no test coverage detected