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

Method wait_for_done

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

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

write_stdinMethod · 0.95

Tested by

no test coverage detected