Searched refs:dirs_exist_ok (Results 1 – 5 of 5) sorted by relevance
452 ignore_dangling_symlinks, dirs_exist_ok=False): argument458 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): argument560 dirs_exist_ok=dirs_exist_ok)
230 dirs_exist_ok=False)233 named *dst* and return the destination directory. *dirs_exist_ok* dictates287 The *dirs_exist_ok* parameter.
472 shutil.copytree(src_dir, dst_dir, dirs_exist_ok=True)483 shutil.copytree(src_dir, dst_dir, dirs_exist_ok=False)
1151 :func:`shutil.copytree` now accepts a new ``dirs_exist_ok`` keyword argument.
3489 shutil.copytree now accepts a new ``dirs_exist_ok`` keyword argument. Patch