(self)
| 182 | self.schemas, self.eval_foreign_key_maps = schemas, eval_foreign_key_maps |
| 183 | |
| 184 | def __len__(self): |
| 185 | return len(self.examples) |
| 186 | |
| 187 | def __getitem__(self, idx): |
| 188 | return self.examples[idx] |
nothing calls this directly
no outgoing calls
no test coverage detected