(self)
| 313 | return None |
| 314 | |
| 315 | def __len__(self): |
| 316 | return len(self.X) |
| 317 | |
| 318 | def __getitem__(self, index): |
| 319 | """process+tokenize string and return string,label,and stringlen""" |
nothing calls this directly
no outgoing calls
no test coverage detected