Searched refs:copymode (Results 1 – 9 of 9) sorted by relevance
/third_party/python/Lib/lib2to3/ |
D | main.py | 103 shutil.copymode(backup, filename) 106 shutil.copymode(orig_filename, filename)
|
/third_party/python/Lib/test/ |
D | mapping_tests.py | 502 for copymode in -1, +1: 511 if copymode < 0: 513 if copymode > 0: 520 self.assertTrue(not(copymode < 0 and ta != tb))
|
D | test_dict.py | 459 for copymode in -1, +1: 468 if copymode < 0: 470 if copymode > 0: 477 self.assertFalse(copymode < 0 and ta != tb)
|
D | test_shutil.py | 810 shutil.copymode(src, dst) 816 shutil.copymode(src_link, dst) 820 shutil.copymode(src, dst_link) 824 shutil.copymode(src_link, dst_link) 844 shutil.copymode(src_link, dst_link, follow_symlinks=False) 850 shutil.copymode(src_link, dst, follow_symlinks=False) 854 shutil.copymode(src, dst_link, follow_symlinks=False) 869 shutil.copymode(src_link, dst_link, follow_symlinks=False) # silent fail
|
/third_party/node/tools/inspector_protocol/ |
D | roll.py | 147 shutil.copymode(os.path.join(src_dir, f), os.path.join(dest_dir, f))
|
/third_party/python/Doc/library/ |
D | shutil.rst | 94 .. function:: copymode(src, dst, *, follow_symlinks=True) 100 :func:`copymode` will attempt to modify the mode of *dst* itself (rather 103 :func:`copymode` cannot modify symbolic links on the local platform, and it 106 .. audit-event:: shutil.copymode src,dst shutil.copymode 178 .. audit-event:: shutil.copymode src,dst shutil.copy
|
/third_party/python/Lib/ |
D | shutil.py | 288 def copymode(src, dst, *, follow_symlinks=True): function 418 copymode(src, dst, follow_symlinks=follow_symlinks)
|
/third_party/python/Lib/venv/ |
D | __init__.py | 406 shutil.copymode(srcfile, dstfile)
|
/third_party/python/Misc/ |
D | HISTORY | 8890 (copyfile, copymode, copystat, copy, copy2). When that parameter is
|