Method: pylint.checkers.refactoring.refactoring_checker.RefactoringChecker._init
Calls: 2255, Exceptions: 0, Paths: 1Back
Path 1: 2255 calls (1.0)
1def _init(self) -> None:
2 self._nested_blocks: list[NodesWithNestedBlocks] = []
3 self._elifs: list[tuple[int, int]] = []
4 self._reported_swap_nodes: set[nodes.NodeNG] = set()
5 self._can_simplify_bool_op: bool = False
6 self._consider_using_with_stack.clear_all()