Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/conda/constructor
/ fresh_dir
Function
fresh_dir
constructor/osxpkg.py:426–429 ·
view source on GitHub ↗
(dir_path)
Source
from the content-addressed store, hash-verified
424
425
426
def
fresh_dir(dir_path):
427
rm_rf(dir_path)
428
assert not exists(dir_path)
429
os.mkdir(dir_path)
430
431
432
def
pkgbuild(name, identifier=None, version=None, install_location=None):
Callers
3
create_plugins
Function · 0.85
pkgbuild_script
Function · 0.85
create
Function · 0.85
Calls
1
rm_rf
Function · 0.85
Tested by
no test coverage detected