MCPcopy Index your code
hub / github.com/extrabacon/python-shell / end

Function end

test/test-python-shell.ts:209–214  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

207 }
208 let count = 0;
209 function end() {
210 count++;
211 if (count === numberOfTimesToRun) {
212 done();
213 }
214 }
215 function runSingleErrorScript(callback) {
216 PythonShell.run('error.py', null).catch((err) => {
217 err.should.be.an.Error;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected