Searched refs:_GiveupOnFastCopy (Results 1 – 2 of 2) sorted by relevance
89 class _GiveupOnFastCopy(Exception): class102 raise _GiveupOnFastCopy(err) # not a regular file110 raise _GiveupOnFastCopy(err)133 raise _GiveupOnFastCopy(err) # not a regular file163 raise _GiveupOnFastCopy(err)170 raise _GiveupOnFastCopy(err)270 except _GiveupOnFastCopy:277 except _GiveupOnFastCopy:
24 SameFileError, _GiveupOnFastCopy)2340 with self.assertRaises(_GiveupOnFastCopy):2362 with self.assertRaises(_GiveupOnFastCopy):2371 with self.assertRaises(_GiveupOnFastCopy):2459 with self.assertRaises(_GiveupOnFastCopy):