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

Method open_append_stream

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

Source from the content-addressed store, hash-verified

143 return pa.BufferOutputStream()
144
145 def open_append_stream(self, path, metadata):
146 if "notfound" in path:
147 raise FileNotFoundError(path)
148 return pa.BufferOutputStream()
149
150
151@pytest.fixture

Callers 2

test_open_append_streamFunction · 0.45

Calls 1

BufferOutputStreamMethod · 0.80

Tested by

no test coverage detected