Searched refs:ignore_dangling_symlinks (Results 1 – 5 of 5) sorted by relevance
452 ignore_dangling_symlinks, dirs_exist_ok=False): argument486 if not os.path.exists(linkto) and ignore_dangling_symlinks:517 ignore_dangling_symlinks=False, dirs_exist_ok=False): argument559 ignore_dangling_symlinks=ignore_dangling_symlinks,
229 copy_function=copy2, ignore_dangling_symlinks=False, \248 You can set the optional *ignore_dangling_symlinks* flag to true if you278 Added the *ignore_dangling_symlinks* argument to silent dangling symlinks
734 shutil.copytree(src_dir, dst_dir, ignore_dangling_symlinks=True)
1542 * *ignore_dangling_symlinks*: when ``symlinks=False`` so that the function
13535 - Issue #6547: Added the ignore_dangling_symlinks option to shutil.copytree.