Home
last modified time | relevance | path

Searched refs:dirs_exist_ok (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Lib/
Dshutil.py452 ignore_dangling_symlinks, dirs_exist_ok=False): argument
458 os.makedirs(dst, exist_ok=dirs_exist_ok)
491 copy_function, dirs_exist_ok=dirs_exist_ok)
496 dirs_exist_ok=dirs_exist_ok)
517 ignore_dangling_symlinks=False, dirs_exist_ok=False): argument
560 dirs_exist_ok=dirs_exist_ok)
/external/python/cpython3/Doc/library/
Dshutil.rst230 dirs_exist_ok=False)
233 named *dst* and return the destination directory. *dirs_exist_ok* dictates
287 The *dirs_exist_ok* parameter.
/external/python/cpython3/Lib/test/
Dtest_shutil.py472 shutil.copytree(src_dir, dst_dir, dirs_exist_ok=True)
483 shutil.copytree(src_dir, dst_dir, dirs_exist_ok=False)
/external/python/cpython3/Doc/whatsnew/
D3.8.rst1151 :func:`shutil.copytree` now accepts a new ``dirs_exist_ok`` keyword argument.
/external/python/cpython3/Misc/NEWS.d/
D3.8.0a1.rst3489 shutil.copytree now accepts a new ``dirs_exist_ok`` keyword argument. Patch