Lines Matching refs:PEP440Warning
110 class PEP440Warning(RuntimeWarning):213 'PEP440Warning',2555 warnings.warn(tmpl.format(**vars(self)), PEP440Warning)3061 # Silence the PEP440Warning by default, so that end users don't get hit by it3065 warnings.filterwarnings("ignore", category=PEP440Warning, append=True)