Path 1: 19 calls (1.0)

ThemeContext (19)

1def __enter__(self) -> "ThemeContext":
2        self.console.push_theme(self.theme)
3        return self