MCPcopy
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
438def tmp_cwd(dir=None):
439 with tmpdir(dir) as dirname:
440 with changed_cwd(dirname):
441 yield dirname
442
443
444class IndexCallable:

Callers 1

filetextsFunction · 0.85

Calls 2

tmpdirFunction · 0.85
changed_cwdFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…