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

Method open_input_stream

python/pyarrow/tests/util.py:301–302  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

299 return self._fs.copy_file(src, dest)
300
301 def open_input_stream(self, path):
302 return self._fs.open_input_stream(path)
303
304 def open_input_file(self, path):
305 return self._fs.open_input_file(path)

Callers 1

OpenInputStreamMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected