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

Function test_py_open_append_stream

python/pyarrow/tests/test_fs.py:1929–1933  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1927
1928
1929def test_py_open_append_stream():
1930 fs = PyFileSystem(DummyHandler())
1931
1932 with fs.open_append_stream("somefile") as f:
1933 f.write(b"data")
1934
1935
1936@pytest.mark.s3

Callers

nothing calls this directly

Calls 3

DummyHandlerClass · 0.85
open_append_streamMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected