MCPcopy Create free account
hub / github.com/VisionXLab/OF-Diff / mkdir

Function mkdir

ldm/modules/image_degradation/utils_image.py:153–155  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

151
152
153def mkdir(path):
154 if not os.path.exists(path):
155 os.makedirs(path)
156
157
158def mkdirs(paths):

Callers 1

mkdirsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected