(self, index)
| 91 | setattr(self, command_token.name, command_token.token) |
| 92 | |
| 93 | def __getitem__(self, index): |
| 94 | return self.tokenization[index] |
| 95 | |
| 96 | def __len__(self): |
| 97 | return len(self.tokenization) |
nothing calls this directly
no outgoing calls
no test coverage detected