MCPcopy Create free account
hub / github.com/apple/ml-pointersect / __len__

Method __len__

pointersect/data/mesh_dataset_v2.py:234–235  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

232 * self.output_camera_trajectory_params['min_r']
233
234 def __len__(self):
235 return self.total
236
237 def __getitem__(self, i) -> T.Dict[str, T.Any]:
238 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected