Searched refs:_GiveupOnFastCopy (Results 1 – 2 of 2) sorted by relevance
79 class _GiveupOnFastCopy(Exception): class92 raise _GiveupOnFastCopy(err) # not a regular file100 raise _GiveupOnFastCopy(err)123 raise _GiveupOnFastCopy(err) # not a regular file153 raise _GiveupOnFastCopy(err)160 raise _GiveupOnFastCopy(err)262 except _GiveupOnFastCopy:269 except _GiveupOnFastCopy:
24 SameFileError, _GiveupOnFastCopy)2433 with self.assertRaises(_GiveupOnFastCopy):2455 with self.assertRaises(_GiveupOnFastCopy):2464 with self.assertRaises(_GiveupOnFastCopy):2552 with self.assertRaises(_GiveupOnFastCopy):