Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Sense-GVT/DeCLIP
/ makedir
Function
makedir
prototype/utils/misc.py:59–62 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
57
58
59
def
makedir(path):
60
if
link.get_rank() == 0 and not os.path.exists(path):
61
os.makedirs(path)
62
link.barrier()
63
64
65
def
parse_config(config_file):
Callers
6
setup_env
Method · 0.90
setup_env
Method · 0.90
setup_env
Method · 0.90
setup_env
Method · 0.90
setup_env
Method · 0.90
setup_env
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected