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

Function test_python_file_correct_abc

python/pyarrow/tests/test_io.py:248–251  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

246
247
248def test_python_file_correct_abc():
249 with pa.PythonFile(BytesIO(b''), mode='r') as f:
250 assert isinstance(f, BufferedIOBase)
251 assert isinstance(f, IOBase)
252
253
254def test_python_file_iterable():

Callers

nothing calls this directly

Calls 1

PythonFileMethod · 0.80

Tested by

no test coverage detected