Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dask/dask
/ tmp_cwd
Function
tmp_cwd
dask/utils.py:438–441 ·
view source on GitHub ↗
(dir=None)
Source
from the content-addressed store, hash-verified
436
437
@contextmanager
438
def
tmp_cwd(dir=None):
439
with
tmpdir(dir)
as
dirname:
440
with
changed_cwd(dirname):
441
yield
dirname
442
443
444
class
IndexCallable:
Callers
1
filetexts
Function · 0.85
Calls
2
tmpdir
Function · 0.85
changed_cwd
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…