Path 1: 20 calls (1.0)

Capture (20)

1def __enter__(self) -> "Capture":
2        self._console.begin_capture()
3        return self