Home
last modified time | relevance | path

Searched refs:copymode (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/lib2to3/
Dmain.py103 shutil.copymode(backup, filename)
106 shutil.copymode(orig_filename, filename)
/external/python/cpython2/Lib/test/
Dtest_dict.py334 for copymode in -1, +1:
343 if copymode < 0:
345 if copymode > 0:
352 self.assertFalse(copymode < 0 and ta != tb)
Dmapping_tests.py520 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/
Dshutil.py86 def copymode(src, dst): function
120 copymode(src, dst)
/external/autotest/client/bin/
Dlocal_host.py149 shutil.copymode(source, dest)
/external/python/cpython2/Doc/library/
Dshutil.rst62 .. function:: copymode(src, dst)
/external/python/cpython2/Misc/
Dcheatsheet1541 (and also: copyfile, copymode, copystat, copy2)