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

Method __init__

python/scripts/run_emscripten_tests.py:202–206  ·  view source on GitHub ↗
(self, hostname, port, driver)

Source from the content-addressed store, hash-verified

200
201class BrowserDriver:
202 def __init__(self, hostname, port, driver):
203 self.driver = driver
204 self.driver.get(f"http://{hostname}:{port}/test.html")
205 # Chrome on CI takes longer than locally to compile.
206 self.driver.set_script_timeout(1200)
207
208 def load_pyodide(self, dist_dir):
209 pass

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected