HomeSort by relevance Sort by last modified time
    Searched refs:FileExistsError (Results 1 - 25 of 26) sorted by null

1 2

  /external/python/cpython3/Lib/
py_compile.py 101 Do note that FileExistsError is raised if cfile ends up pointing at a
116 raise FileExistsError(msg.format(cfile))
120 raise FileExistsError(msg.format(cfile))
137 except FileExistsError:
tempfile.py 218 except FileExistsError:
261 except FileExistsError:
273 raise FileExistsError(_errno.EEXIST,
369 except FileExistsError:
381 raise FileExistsError(_errno.EEXIST,
412 raise FileExistsError(_errno.EEXIST,
mailbox.py 504 except FileExistsError:
703 except FileExistsError:
    [all...]
pathlib.py     [all...]
os.py 211 except FileExistsError:
    [all...]
tarfile.py     [all...]
  /external/python/cpython3/Doc/includes/
email-unpack.py 30 except FileExistsError:
  /external/python/cpython2/Tools/nuget/
make_zip.py 147 except FileExistsError:
195 except FileExistsError:
199 except FileExistsError:
  /external/python/cpython3/Tools/msi/
make_zip.py 162 except FileExistsError:
210 except FileExistsError:
214 except FileExistsError:
  /external/python/cpython3/Lib/test/
test_py_compile.py 50 with self.assertRaises(FileExistsError):
58 with self.assertRaises(FileExistsError):
test_exception_hierarchy.py 61 +-- FileExistsError EEXIST
86 self.assertIs(type(e), FileExistsError)
test_unicode_file_functions.py 66 except FileExistsError:
test_gzip.py 203 with self.assertRaises(FileExistsError):
528 with self.assertRaises(FileExistsError):
565 with self.assertRaises(FileExistsError):
test_pathlib.py     [all...]
test_support.py 137 self.assertRaises(FileExistsError, call_temp_dir, path)
test_lzma.py 570 with self.assertRaises(FileExistsError):
    [all...]
test_bz2.py     [all...]
test_tarfile.py     [all...]
test_zipfile.py     [all...]
  /external/python/cpython3/Lib/multiprocessing/
synchronize.py 61 except FileExistsError:
66 raise FileExistsError('cannot find name for semaphore')
heap.py 44 raise FileExistsError('Cannot find name for new mmap')
  /external/python/cpython3/Lib/test/libregrtest/
main.py 454 except FileExistsError:
  /external/python/cpython3/Objects/
exceptions.c     [all...]
  /external/python/cpython3/Lib/importlib/
_bootstrap_external.py 108 Be prepared to handle a FileExistsError if concurrent writing of the
    [all...]
  /external/python/cpython3/Tools/clinic/
clinic.py     [all...]

Completed in 1010 milliseconds

1 2