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

Function mkdirs

ldm/modules/image_degradation/utils_image.py:158–163  ·  view source on GitHub ↗
(paths)

Source from the content-addressed store, hash-verified

156
157
158def mkdirs(paths):
159 if isinstance(paths, str):
160 mkdir(paths)
161 else:
162 for path in paths:
163 mkdir(path)
164
165
166def mkdir_and_rename(path):

Callers

nothing calls this directly

Calls 1

mkdirFunction · 0.85

Tested by

no test coverage detected