MCPcopy 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
149def mkdir(path):
150 if not os.path.exists(path):
151 os.makedirs(path)
152
153
154def atoi(text):

Callers 1

mkdirsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected