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

Method __len__

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

Source from the content-addressed store, hash-verified

247 self._put_indices()
248
249 def __len__(self):
250 return len(self.batch_sampler)
251
252 def _get_batch(self):
253 if self.timeout > 0:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected