Home
last modified time | relevance | path

Searched refs:EXCEPTION_CLASSES (Results 1 – 6 of 6) sorted by relevance

/dports/devel/py-zope.interface/zope.interface-5.3.0/src/zope/interface/tests/
H A D__init__.py58 EXCEPTION_CLASSES = ( variable in MissingSomeAttrs
79 for exc in cls.EXCEPTION_CLASSES:
/dports/www/py-pywikibot/pywikibot-6.6.3/pywikibot/
H A D__init__.py1406 EXCEPTION_CLASSES = { variable
1410 EXCEPTION_CLASSES.add('UploadWarning')
1411 EXCEPTION_CLASSES.update(DEPRECATED_EXCEPTIONS.keys())
1414 if name in EXCEPTION_CLASSES:
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/third_party/2and3/redis/
H A Dconnection.pyi20 EXCEPTION_CLASSES: Any
/dports/databases/py-redis2/redis-py-2.10.6/redis/
H A Dconnection.py130 EXCEPTION_CLASSES = { variable in BaseParser
143 if error_code in self.EXCEPTION_CLASSES:
145 exception_class = self.EXCEPTION_CLASSES[error_code]
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/redis/redis/
H A Dconnection.pyi16 EXCEPTION_CLASSES: Any
/dports/databases/py-redis/redis-3.5.3/redis/
H A Dconnection.py136 EXCEPTION_CLASSES = { variable in BaseParser
161 if error_code in self.EXCEPTION_CLASSES:
163 exception_class = self.EXCEPTION_CLASSES[error_code]