MCPcopy
hub / github.com/csev/py4e / p

Function p

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

Source from the content-addressed store, hash-verified

1036 var missed = false;
1037 pollingFast = true;
1038 function p() {
1039 startOperation();
1040 var changed = readInput();
1041 if (!changed && !missed) {missed = true; poll.set(60, p);}
1042 else {pollingFast = false; slowPoll();}
1043 endOperation();
1044 }
1045 poll.set(20, p);
1046 }
1047

Callers

nothing calls this directly

Calls 4

startOperationFunction · 0.70
readInputFunction · 0.70
slowPollFunction · 0.70
endOperationFunction · 0.70

Tested by

no test coverage detected