MCPcopy Create free account
hub / github.com/RylonW/DocNLC / mkdir

Function mkdir

utils/util.py:47–49  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

45
46
47def mkdir(path):
48 if not os.path.exists(path):
49 os.makedirs(path)
50
51
52def mkdirs(paths):

Callers 1

mkdirsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected