MCPcopy
hub / github.com/eudicots/Cactus / mkdtemp

Function mkdtemp

cactus/utils/filesystem.py:9–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7
8
9def mkdtemp():
10 return tempfile.mkdtemp(dir=os.environ.get("TEMPDIR"))
11
12def fileList(paths, relative=False, folders=False):
13 """

Callers 1

pre_processMethod · 0.90

Calls 1

getMethod · 0.45

Tested by

no test coverage detected