MCPcopy 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
426def fresh_dir(dir_path):
427 rm_rf(dir_path)
428 assert not exists(dir_path)
429 os.mkdir(dir_path)
430
431
432def pkgbuild(name, identifier=None, version=None, install_location=None):

Callers 3

create_pluginsFunction · 0.85
pkgbuild_scriptFunction · 0.85
createFunction · 0.85

Calls 1

rm_rfFunction · 0.85

Tested by

no test coverage detected