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

Method __getitem__

lib/utils/data/dataset.py:98–99  ·  view source on GitHub ↗
(self, idx)

Source from the content-addressed store, hash-verified

96 self.indices = indices
97
98 def __getitem__(self, idx):
99 return self.dataset[self.indices[idx]]
100
101 def __len__(self):
102 return len(self.indices)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected