Searched refs:copymode (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/Lib/lib2to3/ |
D | main.py | 103 shutil.copymode(backup, filename) 106 shutil.copymode(orig_filename, filename)
|
/external/python/cpython2/Lib/test/ |
D | test_dict.py | 334 for copymode in -1, +1: 343 if copymode < 0: 345 if copymode > 0: 352 self.assertFalse(copymode < 0 and ta != tb)
|
D | mapping_tests.py | 520 for copymode in -1, +1: 529 if copymode < 0: 531 if copymode > 0: 538 self.assertTrue(not(copymode < 0 and ta != tb))
|
/external/python/cpython2/Lib/ |
D | shutil.py | 86 def copymode(src, dst): function 120 copymode(src, dst)
|
/external/autotest/client/bin/ |
D | local_host.py | 149 shutil.copymode(source, dest)
|
/external/python/cpython2/Doc/library/ |
D | shutil.rst | 62 .. function:: copymode(src, dst)
|
/external/python/cpython2/Misc/ |
D | cheatsheet | 1541 (and also: copyfile, copymode, copystat, copy2)
|