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

Method open_output_stream

python/pyarrow/tests/test_fs.py:140–143  ·  view source on GitHub ↗
(self, path, metadata)

Source from the content-addressed store, hash-verified

138 return pa.BufferReader(data)
139
140 def open_output_stream(self, path, metadata):
141 if "notfound" in path:
142 raise FileNotFoundError(path)
143 return pa.BufferOutputStream()
144
145 def open_append_stream(self, path, metadata):
146 if "notfound" in path:

Calls 1

BufferOutputStreamMethod · 0.80

Tested by

no test coverage detected