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

Function random_path

python/pyarrow/tests/test_feather.py:56–57  ·  view source on GitHub ↗
(prefix='feather_')

Source from the content-addressed store, hash-verified

54
55
56def random_path(prefix='feather_'):
57 return tempfile.mktemp(prefix=prefix)
58
59
60@pytest.fixture(scope="module", params=[1, 2])

Callers 13

_check_pandas_roundtripFunction · 0.85
_check_arrow_roundtripFunction · 0.85
_assert_error_on_writeFunction · 0.85
test_datasetFunction · 0.85
test_read_tableFunction · 0.85
test_use_threadsFunction · 0.85
test_float_nullsFunction · 0.85
test_integer_with_nullsFunction · 0.85
test_boolean_nullsFunction · 0.85
test_buffer_bounds_errorFunction · 0.85
test_unicode_filenameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected