Home
last modified time | relevance | path

Searched refs:_GiveupOnFastCopy (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/
Dshutil.py79 class _GiveupOnFastCopy(Exception): class
92 raise _GiveupOnFastCopy(err) # not a regular file
100 raise _GiveupOnFastCopy(err)
123 raise _GiveupOnFastCopy(err) # not a regular file
153 raise _GiveupOnFastCopy(err)
160 raise _GiveupOnFastCopy(err)
262 except _GiveupOnFastCopy:
269 except _GiveupOnFastCopy:
/third_party/python/Lib/test/
Dtest_shutil.py24 SameFileError, _GiveupOnFastCopy)
2433 with self.assertRaises(_GiveupOnFastCopy):
2455 with self.assertRaises(_GiveupOnFastCopy):
2464 with self.assertRaises(_GiveupOnFastCopy):
2552 with self.assertRaises(_GiveupOnFastCopy):