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:247–250  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

PythonFileMethod · 0.80

Tested by

no test coverage detected