Home
last modified time | relevance | path

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

/external/python/setuptools/pkg_resources/
D__init__.py110 class PEP440Warning(RuntimeWarning): class
2555 warnings.warn(tmpl.format(**vars(self)), PEP440Warning)
3065 warnings.filterwarnings("ignore", category=PEP440Warning, append=True)
/external/python/setuptools/setuptools/command/
Deasy_install.py66 warnings.filterwarnings("default", category=pkg_resources.PEP440Warning)
/external/python/setuptools/
DCHANGES.rst1865 ``pkg_resources.PEP440Warning``, instead of RuntimeWarning.