Path 1: 205 calls (1.0)

'1' (48) '0' (14) "'Hello World'" (10) '' (8) "'atomic': (False, True, None)" (6) '' (...

1def __str__(self) -> str:
2        repr_text = "".join(self.iter_tokens())
3        return repr_text