(self)
| 424 | return {'text': x, 'length': len(x), 'label': y} |
| 425 | |
| 426 | def __len__(self): |
| 427 | return len(self.X) |
| 428 | |
| 429 | def write(self, writer_gen=None, path=None, skip_header=False): |
| 430 | """ |
nothing calls this directly
no outgoing calls
no test coverage detected