(self, index: int)
| 673 | return tokens |
| 674 | |
| 675 | def _convert_id_to_token(self, index: int) -> str: |
| 676 | raise NotImplementedError |
| 677 | |
| 678 | def convert_tokens_to_string(self, tokens: List[str]) -> str: |
| 679 | """ Converts a sequence of tokens (string) in a single string. |
no outgoing calls
no test coverage detected