Home
last modified time | relevance | path

Searched refs:FileExistsError (Results 1 – 25 of 709) sorted by relevance

12345678910>>...29

/dports/devel/py-installer/installer-0.4.0/src/installer/_compat/
H A D__init__.py9 FileExistsError = FileExistsError
11 FileExistsError = OSError # type: ignore variable
/dports/devel/py-azure-datalake-store/azure-datalake-store-0.0.49/azure/datalake/store/
H A Dexceptions.py16 FileExistsError = FileExistsError
18 class FileExistsError(OSError): class
/dports/devel/py-joblib/joblib-1.1.0/joblib/
H A D_multiprocessing_helpers.py39 except FileExistsError as e: # pragma: no cover
41 raise FileExistsError(
43 except (FileExistsError, AttributeError, ImportError, OSError) as e:
/dports/mail/mailman3/mailman-3.3.1/src/mailman/utilities/tests/
H A Dtest_filesystem.py34 raise FileExistsError("%s exists.", path)
66 with self.assertRaises(FileExistsError):
78 with self.assertRaises(FileExistsError):
/dports/mail/mailman3/mailman-3.3.1/src/mailman/utilities/
H A Dfilesystem.py69 except FileExistsError:
71 raise FileExistsError((
108 raise FileExistsError(
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/psutil/psutil/
H A D_compat.pyi6 FileExistsError = FileExistsError
/dports/games/sgt-puzzles/puzzles-20220128.c43a34f/cmake/
H A Dglob-symlinks.py60 except FileExistsError:
64 except FileExistsError:
/dports/devel/py-requirementslib/requirementslib-1.5.16/src/requirementslib/
H A Dexceptions.py13 class FileExistsError(OSError): class
16 super(FileExistsError, self).__init__(*args, **kwargs)
20 from six.moves.builtins import FileExistsError
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/requirementslib/
H A Dexceptions.py13 class FileExistsError(OSError): class
16 super(FileExistsError, self).__init__(*args, **kwargs)
20 from six.moves.builtins import FileExistsError
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Dpy_compile.py136 raise FileExistsError(msg.format(cfile))
140 raise FileExistsError(msg.format(cfile))
158 except FileExistsError:
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Dpy_compile.py136 raise FileExistsError(msg.format(cfile))
140 raise FileExistsError(msg.format(cfile))
158 except FileExistsError:
/dports/lang/python37/Python-3.7.12/Lib/
H A Dpy_compile.py134 raise FileExistsError(msg.format(cfile))
138 raise FileExistsError(msg.format(cfile))
155 except FileExistsError:
/dports/lang/python310/Python-3.10.1/Lib/
H A Dpy_compile.py136 raise FileExistsError(msg.format(cfile))
140 raise FileExistsError(msg.format(cfile))
158 except FileExistsError:
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Dpy_compile.py136 raise FileExistsError(msg.format(cfile))
140 raise FileExistsError(msg.format(cfile))
158 except FileExistsError:
/dports/lang/python39/Python-3.9.9/Lib/
H A Dpy_compile.py136 raise FileExistsError(msg.format(cfile))
140 raise FileExistsError(msg.format(cfile))
158 except FileExistsError:
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Dpy_compile.py136 raise FileExistsError(msg.format(cfile))
140 raise FileExistsError(msg.format(cfile))
158 except FileExistsError:
/dports/lang/python38/Python-3.8.12/Lib/
H A Dpy_compile.py136 raise FileExistsError(msg.format(cfile))
140 raise FileExistsError(msg.format(cfile))
158 except FileExistsError:
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A Dpy_compile.py136 raise FileExistsError(msg.format(cfile))
140 raise FileExistsError(msg.format(cfile))
158 except FileExistsError:
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git2go/
H A Dcommit.go32 type FileExistsError string type
34 func (err FileExistsError) Error() string {
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git2go/
H A Dcommit.go31 type FileExistsError string type
33 func (err FileExistsError) Error() string {
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git2go/
H A Dcommit.go32 type FileExistsError string type
34 func (err FileExistsError) Error() string {
/dports/devel/py-fsspec/fsspec-2021.11.1/fsspec/implementations/
H A Dmemory.py99 raise FileExistsError
105 except FileExistsError:
113 except FileExistsError:
170 raise FileExistsError(parent)
H A Ddbfs.py109 raise FileExistsError(f"Path {path} already exists")
118 raise FileExistsError(e.message)
207 raise FileExistsError(e.message)
290 raise FileExistsError(e.message)
/dports/www/firefox/firefox-99.0/testing/mochitest/tests/python/
H A Dtest_create_directories.py155 with pytest.raises(FileExistsError):
203 with pytest.raises(FileExistsError):
211 with pytest.raises(FileExistsError):
/dports/devel/py-maturin/maturin-0.11.3/src/
H A Dupload.rs35 FileExistsError(String), enumerator
161 Err(UploadError::FileExistsError(err_text)) in upload()
175 Err(UploadError::FileExistsError(err_text)) in upload()

12345678910>>...29