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

Function test_py_open_output_stream

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

Source from the content-addressed store, hash-verified

1920
1921
1922def test_py_open_output_stream():
1923 fs = PyFileSystem(DummyHandler())
1924
1925 with fs.open_output_stream("somefile") as f:
1926 f.write(b"data")
1927
1928
1929def test_py_open_append_stream():

Callers

nothing calls this directly

Calls 3

DummyHandlerClass · 0.85
open_output_streamMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected