Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Dshutil.py81 class _GiveupOnFastCopy(Exception): class
94 raise _GiveupOnFastCopy(err) # not a regular file
102 raise _GiveupOnFastCopy(err)
125 raise _GiveupOnFastCopy(err) # not a regular file
155 raise _GiveupOnFastCopy(err)
162 raise _GiveupOnFastCopy(err)
264 except _GiveupOnFastCopy:
271 except _GiveupOnFastCopy:
/third_party/python/Lib/test/
H A Dtest_shutil.py24 SameFileError, _GiveupOnFastCopy)
2492 with self.assertRaises(_GiveupOnFastCopy):
2514 with self.assertRaises(_GiveupOnFastCopy):
2523 with self.assertRaises(_GiveupOnFastCopy):
2611 with self.assertRaises(_GiveupOnFastCopy):

Completed in 6 milliseconds