PATH:
usr
/
lib
/
python3.9
/
site-packages
/
setuptools
"""setuptools.errors Provides exceptions used by setuptools modules. """ from distutils.errors import DistutilsError class RemovedCommandError(DistutilsError, RuntimeError): """Error used for commands that have been removed in setuptools. Since ``setuptools`` is built on ``distutils``, simply removing a command from ``setuptools`` will make the behavior fall back to ``distutils``; this error is raised if a command exists in ``distutils`` but has been actively removed in ``setuptools``. """
[-] windows_support.py
[open]
[-] namespaces.py
[open]
[-] installer.py
[open]
[+]
..
[-] version.py
[open]
[+]
extern
[-] package_index.py
[open]
[-] ssl_support.py
[open]
[+]
__pycache__
[-] lib2to3_ex.py
[open]
[-] _imp.py
[open]
[-] script (dev).tmpl
[open]
[+]
_distutils
[-] errors.py
[open]
[-] monkey.py
[open]
[-] script.tmpl
[open]
[-] msvc.py
[open]
[-] config.py
[open]
[-] build_meta.py
[open]
[-] wheel.py
[open]
[-] sandbox.py
[open]
[-] launch.py
[open]
[-] glob.py
[open]
[-] py34compat.py
[open]
[-] archive_util.py
[open]
[-] unicode_utils.py
[open]
[-] depends.py
[open]
[+]
command
[-] dep_util.py
[open]
[-] dist.py
[open]
[+]
_vendor
[-] __init__.py
[open]
[-] extension.py
[open]
[-] _deprecation_warning.py
[open]