Path 1: 2 calls (1.0)

TryFinally (2)

() (2)

1def default(self, node: nodes.NodeNG, *args: Any) -> None:
2        for child in node.get_children():
3            self.dispatch(child, *args)