Method: pylint.checkers.refactoring.refactoring_checker.ConsiderUsingWithStack.__iter__
Calls: 2304, Exceptions: 12, Paths: 1Back
Path 1: 2304 calls (1.0)
{} (6885) None (2304) dict (15)
GeneratorExit (12)
1def __iter__(self) -> Iterator[dict[str, nodes.NodeNG]]:
2 yield from (self.function_scope, self.class_scope, self.module_scope)