MCPcopy Index your code
hub / github.com/python-visualization/folium / get_file

Method get_file

tests/selenium/conftest.py:30–32  ·  view source on GitHub ↗
(self, filepath)

Source from the content-addressed store, hash-verified

28 super().__init__(options=options)
29
30 def get_file(self, filepath):
31 self.clean_window()
32 super().get("file://" + filepath)
33
34 def clean_window(self):
35 """Make sure we have a fresh window (without restarting the browser)."""

Callers 3

test_notebookFunction · 0.80
test_geojsonFunction · 0.80

Calls 1

clean_windowMethod · 0.95

Tested by

no test coverage detected