Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dshutil.py452 ignore_dangling_symlinks, dirs_exist_ok=False): argument
486 if not os.path.exists(linkto) and ignore_dangling_symlinks:
517 ignore_dangling_symlinks=False, dirs_exist_ok=False): argument
559 ignore_dangling_symlinks=ignore_dangling_symlinks,
/external/python/cpython3/Doc/library/
Dshutil.rst229 copy_function=copy2, ignore_dangling_symlinks=False, \
248 You can set the optional *ignore_dangling_symlinks* flag to true if you
278 Added the *ignore_dangling_symlinks* argument to silent dangling symlinks
/external/python/cpython3/Lib/test/
Dtest_shutil.py734 shutil.copytree(src_dir, dst_dir, ignore_dangling_symlinks=True)
/external/python/cpython3/Doc/whatsnew/
D3.2.rst1542 * *ignore_dangling_symlinks*: when ``symlinks=False`` so that the function
/external/python/cpython3/Misc/
DHISTORY13535 - Issue #6547: Added the ignore_dangling_symlinks option to shutil.copytree.