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

Method load_arrow

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

Source from the content-addressed store, hash-verified

180 self.write_stdin((code + "\n").encode("utf-8"))
181
182 def load_arrow(self):
183 self.execute_js(f"await pyodide.loadPackage('{PYARROW_WHEEL_PATH}');")
184
185 def execute_python(self, code, wait_for_terminate=True):
186 js_code = f"""

Callers 1

_load_pyarrow_in_runnerFunction · 0.45

Calls 1

execute_jsMethod · 0.95

Tested by

no test coverage detected