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()