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

Method load_arrow

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

Source from the content-addressed store, hash-verified

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

Callers 1

_load_pyarrow_in_runnerFunction · 0.45

Calls 1

execute_jsMethod · 0.95

Tested by

no test coverage detected