MCPcopy Create free account
hub / github.com/csxmli2016/MARCONetPlusPlus / mkdir

Function mkdir

utils/utils_image.py:33–35  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

31 return images
32
33def mkdir(path):
34 if not os.path.exists(path):
35 os.makedirs(path)
36
37
38def mkdirs(paths):

Callers 1

mkdirsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected