(self)
| 3953 | |
| 3954 | @property |
| 3955 | def eval_token_count(self) -> int: |
| 3956 | return self.length |
| 3957 | |
| 3958 | def position_increments_up_to(self, pos: int) -> List[int]: |
| 3959 | increments: List[int] = [] |
nothing calls this directly
no outgoing calls
no test coverage detected