Path 1: 591 calls (1.0)

'NC' (84) '-----------------------------------' (61) 'Your code has been rated at 7.50/10' (28) '0' (27) 'Your code has been rated at 0.00/10' (25) '-...

True (591)

1def __init__(self, data: str, escaped: bool = True) -> None:
2        super().__init__()
3        self.escaped = escaped
4        self.data = data