Home
last modified time | relevance | path

Searched refs:inherit_from_std_ex (Results 1 – 7 of 7) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pylint/pylint/checkers/
H A Dexceptions.py28 inherit_from_std_ex,
165 not inherit_from_std_ex(cause)):
199 and inherit_from_std_ex(inferred)):
215 not inherit_from_std_ex(expr)):
239 if all(node and inherit_from_std_ex(node)
264 if (not inherit_from_std_ex(exc) and
304 and inherit_from_std_ex(exc)):
H A Dutils.py430 def inherit_from_std_ex(node): function
438 return any(inherit_from_std_ex(parent)
462 inherit_from_std_ex(infered) and
H A Dpython3.py390 if utils.inherit_from_std_ex(infered):
/dports/devel/pylint/pylint-2.12.1/pylint/checkers/
H A Dexceptions.py243 if not utils.inherit_from_std_ex(node) and utils.has_known_bases(node):
344 elif not isinstance(cause, nodes.ClassDef) and not utils.inherit_from_std_ex(
387 and (utils.inherit_from_std_ex(node) or not utils.has_known_bases(node))
418 not utils.inherit_from_std_ex(exc)
535 if isinstance(exc, astroid.Instance) and utils.inherit_from_std_ex(
H A Dutils.py726 def inherit_from_std_ex(node: nodes.NodeNG) -> bool: function
/dports/devel/pylint/pylint-2.12.1/pylint/extensions/
H A Doverlapping_exceptions.py51 if isinstance(exc, astroid.Instance) and utils.inherit_from_std_ex(exc):
H A D_check_docs_utils.py164 and utils.inherit_from_std_ex(val)