(self)
| 120 | return {"source": source_tokens, "target": target_tokens, "mask": mask} |
| 121 | |
| 122 | def __len__(self): |
| 123 | return len(self._examples) |
| 124 | |
| 125 | @property |
| 126 | def num_lines(self): |
nothing calls this directly
no outgoing calls
no test coverage detected