Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ tempdir
Function
tempdir
python/pyarrow/tests/conftest.py:126–128 ·
view source on GitHub ↗
(tmpdir)
Source
from the content-addressed store, hash-verified
124
125
@pytest.fixture
126
def
tempdir(tmpdir):
127
# convert pytest's LocalPath to pathlib.Path
128
return
pathlib.Path(tmpdir.strpath)
129
130
131
@pytest.fixture(scope=
'session'
)
Callers
nothing calls this directly
Calls
1
Path
Method · 0.45
Tested by
no test coverage detected