Searched refs:dirs_exist_ok (Results 1 – 5 of 5) sorted by relevance
451 ignore_dangling_symlinks, dirs_exist_ok=False): argument457 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): argument559 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.
477 shutil.copytree(src_dir, dst_dir, dirs_exist_ok=True)488 shutil.copytree(src_dir, dst_dir, dirs_exist_ok=False)
1152 :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