Home | History | Annotate | Download | only in test

Lines Matching refs:copystat

368                 shutil.copystat(file1, file2)
371 self.assertRaises(OSError, shutil.copystat, file1, file2)