Home
last modified time | relevance | path

Searched refs:ExtractionError (Results 1 – 3 of 3) sorted by relevance

/external/python/setuptools/setuptools/
Dssl_support.py9 from pkg_resources import ResolutionError, ExtractionError
259 except (ImportError, ResolutionError, ExtractionError):
/external/python/setuptools/pkg_resources/
D__init__.py1101 class ExtractionError(RuntimeError): class
1180 err = ExtractionError(tmpl.format(**locals()))
/external/python/setuptools/docs/
Dpkg_resources.txt1244 Raise an ``ExtractionError`` describing the active exception as interfering
1248 ``ExtractionError`` instance that may be needed by programs that want to
1340 ExtractionError
1359 ``ExtractionError``
1722 * Added ``ExtractionError`` and ``ResourceManager.extraction_error()`` so that