(self)
| 76 | self._set_children_from_tokens(tokens[1:-1]) |
| 77 | |
| 78 | def __repr__(self) -> str: |
| 79 | return f"{type(self).__name__}({self.type})" |
| 80 | |
| 81 | @overload |
| 82 | def __getitem__(self: _NodeType, item: int) -> _NodeType: ... |
nothing calls this directly
no outgoing calls
no test coverage detected