Path 1: 1 calls (1.0)

tuple (1)

1def split_column(self, *layouts: Union["Layout", RenderableType]) -> None:
2        """Split the layout in to a column (layouts stacked on top of each other).
3
4        Args:
5            *layouts (Layout): Positional arguments should be (sub) Layout instances.
6        """
7        self.split(*layouts, splitter="column")