Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
def
random_path(prefix=
'feather_'
):
57
return
tempfile.mktemp(prefix=prefix)
58
59
60
@pytest.fixture(scope=
"module"
, params=[1, 2])
Callers
13
_check_pandas_roundtrip
Function · 0.85
_check_arrow_roundtrip
Function · 0.85
_assert_error_on_write
Function · 0.85
test_dataset
Function · 0.85
test_read_table
Function · 0.85
test_use_threads
Function · 0.85
test_float_nulls
Function · 0.85
test_integer_with_nulls
Function · 0.85
test_boolean_nulls
Function · 0.85
test_buffer_bounds_error
Function · 0.85
test_delete_partial_file_on_error
Function · 0.85
test_unicode_filename
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected