list (or iterable) of all command tokens for tokenizer
(self)
| 304 | |
| 305 | @property |
| 306 | def command_tokens(self): |
| 307 | """list (or iterable) of all command tokens for tokenizer""" |
| 308 | return self._command_token_tokens |
| 309 | |
| 310 | @property |
| 311 | def command_token_vocab(self): |
nothing calls this directly
no outgoing calls
no test coverage detected