Path 1: 41 calls (1.0)

Syntax._get_syntax def (39) list (2)

False (40) True (1)

1def __init__(self, segments: Iterable[Segment], new_lines: bool = False) -> None:
2        self.segments = list(segments)
3        self.new_lines = new_lines