Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
def
mkdir(path):
34
if
not os.path.exists(path):
35
os.makedirs(path)
36
37
38
def
mkdirs(paths):
Callers
1
mkdirs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected