(self)
| 194 | self.total_batches = len(self.all_batches) |
| 195 | |
| 196 | def __len__(self): |
| 197 | return self.total_batches |
| 198 | |
| 199 | def __iter__(self): |
| 200 | assert self.bucket_boundaries is not None |
nothing calls this directly
no outgoing calls
no test coverage detected