Path 1: 2 calls (1.0)
'https://github.com/textualize/rich/raw/master/imgs/progress.gif' (2)
True (1) False (1)
1def __init__(self, destination: str, hyperlinks: bool) -> None:
2 self.destination = destination
3 self.hyperlinks = hyperlinks
4 self.link: Optional[str] = None
5 super().__init__()