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

Function test_native_file_open_error

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

Source from the content-addressed store, hash-verified

1515
1516
1517def test_native_file_open_error():
1518 with assert_file_not_found():
1519 pa.OSFile('non_existent_file', 'rb')
1520 with assert_file_not_found():
1521 pa.memory_map('non_existent_file', 'rb')
1522
1523
1524# ----------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

assert_file_not_foundFunction · 0.85

Tested by

no test coverage detected