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

Function open_input_file

python/pyarrow/tests/test_dataset.py:199–202  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

197 opened = set()
198
199 def open_input_file(self, path):
200 path = localfs.normalize_path(str(path))
201 opened.add(path)
202 return self._fs.open_input_file(path)
203
204 # patch proxyhandler to log calls to open_input_file
205 monkeypatch.setattr(ProxyHandler, "open_input_file", open_input_file)

Callers

nothing calls this directly

Calls 2

normalize_pathMethod · 0.45
open_input_fileMethod · 0.45

Tested by

no test coverage detected