(self)
| 32 | return self.task_template.format(issue=instance["problem_statement"]) |
| 33 | |
| 34 | def __len__(self): |
| 35 | return len(self.dataset) |
| 36 | |
| 37 | def __getitem__(self, idx): |
| 38 | repo = self.dataset[idx]["repo"] |
nothing calls this directly
no outgoing calls
no test coverage detected