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

Source from the content-addressed store, hash-verified

1490
1491
1492def test_native_file_open_error():
1493 with assert_file_not_found():
1494 pa.OSFile('non_existent_file', 'rb')
1495 with assert_file_not_found():
1496 pa.memory_map('non_existent_file', 'rb')
1497
1498
1499# ----------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

assert_file_not_foundFunction · 0.85

Tested by

no test coverage detected