Method: pylint.checkers.base.basic_error_checker.BasicErrorChecker.visit_yieldfrom
Calls: 8, Exceptions: 0, Paths: 1Back
Path 1: 8 calls (1.0)
YieldFrom (8)
1@utils.only_required_for_messages("yield-outside-function")
2 def visit_yieldfrom(self, node: nodes.YieldFrom) -> None:
3 self._check_yield_outside_func(node)