Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dshutil.py451 ignore_dangling_symlinks, dirs_exist_ok=False): argument
457 os.makedirs(dst, exist_ok=dirs_exist_ok)
490 copy_function, dirs_exist_ok=dirs_exist_ok)
495 dirs_exist_ok=dirs_exist_ok)
516 ignore_dangling_symlinks=False, dirs_exist_ok=False): argument
559 dirs_exist_ok=dirs_exist_ok)
/third_party/python/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.
/third_party/python/Lib/test/
Dtest_shutil.py477 shutil.copytree(src_dir, dst_dir, dirs_exist_ok=True)
488 shutil.copytree(src_dir, dst_dir, dirs_exist_ok=False)
/third_party/python/Doc/whatsnew/
D3.8.rst1152 :func:`shutil.copytree` now accepts a new ``dirs_exist_ok`` keyword argument.
/third_party/python/Misc/NEWS.d/
D3.8.0a1.rst3489 shutil.copytree now accepts a new ``dirs_exist_ok`` keyword argument. Patch