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

Method __init__

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

Source from the content-addressed store, hash-verified

198
199class BrowserDriver:
200 def __init__(self, hostname, port, driver):
201 self.driver = driver
202 self.driver.get(f"http://{hostname}:{port}/test.html")
203 self.driver.set_script_timeout(100)
204
205 def load_pyodide(self, dist_dir):
206 pass

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected