MCPcopy Create free account
hub / github.com/apache/arrow / wait_for_done

Method wait_for_done

python/scripts/run_emscripten_tests.py:194–198  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

192 return self.last_ret_code
193
194 def wait_for_done(self):
195 # in node we just let it run above
196 # then send EOF and join process
197 self.write_stdin(b"process.exit(python_output)\n")
198 return self.process.wait()
199
200
201class BrowserDriver:

Callers 1

Calls 1

write_stdinMethod · 0.95

Tested by

no test coverage detected