MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / mkpath

Function mkpath

Lib/distutils/dir_util.py:19–80  ·  view source on GitHub ↗

Create a directory and any missing ancestor directories. If the directory already exists (or if 'name' is the empty string, which means the current directory, which of course exists), then do nothing. Raise DistutilsFileError if unable to create some directory along the way (eg. som

(name, mode=0777, verbose=1, dry_run=0)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 10

configure_ctypesMethod · 0.90
mkpathMethod · 0.90
make_tarballFunction · 0.90
make_zipfileFunction · 0.90
create_treeFunction · 0.85
copy_treeFunction · 0.85

Calls 9

DistutilsFileErrorClass · 0.90
splitMethod · 0.80
isdirMethod · 0.45
getMethod · 0.45
insertMethod · 0.45
joinMethod · 0.45
infoMethod · 0.45
mkdirMethod · 0.45
appendMethod · 0.45