Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
9
def
mkdtemp():
10
return
tempfile.mkdtemp(dir=os.environ.get(
"TEMPDIR"
))
11
12
def
fileList(paths, relative=False, folders=False):
13
""
"
Callers
1
pre_process
Method · 0.90
Calls
1
get
Method · 0.45
Tested by
no test coverage detected