Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVlabs/SPADE
/ mkdir
Function
mkdir
util/util.py:149–151 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
147
148
149
def
mkdir(path):
150
if
not os.path.exists(path):
151
os.makedirs(path)
152
153
154
def
atoi(text):
Callers
1
mkdirs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected