(self)
| 272 | value: str |
| 273 | |
| 274 | def __str__(self) -> str: |
| 275 | return describe_token(self) |
| 276 | |
| 277 | def test(self, expr: str) -> bool: |
| 278 | """Test a token against a token expression. This can either be a |
nothing calls this directly
no test coverage detected