Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dshutil.py89 class _GiveupOnFastCopy(Exception): class
102 raise _GiveupOnFastCopy(err) # not a regular file
110 raise _GiveupOnFastCopy(err)
133 raise _GiveupOnFastCopy(err) # not a regular file
163 raise _GiveupOnFastCopy(err)
170 raise _GiveupOnFastCopy(err)
270 except _GiveupOnFastCopy:
277 except _GiveupOnFastCopy:
/external/python/cpython3/Lib/test/
Dtest_shutil.py24 SameFileError, _GiveupOnFastCopy)
2340 with self.assertRaises(_GiveupOnFastCopy):
2362 with self.assertRaises(_GiveupOnFastCopy):
2371 with self.assertRaises(_GiveupOnFastCopy):
2459 with self.assertRaises(_GiveupOnFastCopy):