Method: pylint.checkers.base.basic_checker.BasicChecker.visit_ifexp
Calls: 94, Exceptions: 0, Paths: 1Back
Path 1: 94 calls (1.0)
IfExp (94)
1@utils.only_required_for_messages(
2 "using-constant-test", "missing-parentheses-for-call-in-test"
3 )
4 def visit_ifexp(self, node: nodes.IfExp) -> None:
5 self._check_using_constant_test(node, node.test)