| 298 | |
| 299 | |
| 300 | class Output: |
| 301 | def __init__(self) -> None: |
| 302 | self.data = NestedDict() |
| 303 | self.flags = Flags() |
| 304 | |
| 305 | |
| 306 | def skip_chars(src: str, pos: Pos, chars: Iterable[str]) -> Pos: |
no outgoing calls
no test coverage detected
searching dependent graphs…