Path 1: 38 calls (0.97)

If (38)

1@only_required_for_messages("consider-using-assignment-expr")
2    def visit_if(self, node: nodes.If) -> None:
3        if self._py38_plus:
4            self._check_consider_using_assignment_expr(node)
            

Path 2: 1 calls (0.03)

If (1)

1@only_required_for_messages("consider-using-assignment-expr")
2    def visit_if(self, node: nodes.If) -> None:
3        if self._py38_plus:
4            self._check_consider_using_assignment_expr(node)