MCPcopy Create free account
hub / github.com/FreeformRobotics/OTS / __iter__

Method __iter__

lib/utils/data/dataloader.py:290–291  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected