(self)
| 288 | next = __next__ # Python 2 compatibility |
| 289 | |
| 290 | def __iter__(self): |
| 291 | return self |
| 292 | |
| 293 | def _put_indices(self): |
| 294 | assert self.batches_outstanding < 2 * self.num_workers |
nothing calls this directly
no outgoing calls
no test coverage detected