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

Method __len__

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

Source from the content-addressed store, hash-verified

394 self.wait_sec = wait_sec
395
396 def __len__(self):
397 return len(self.concat_dataset)
398
399 def __getitem__(self, idx):
400 d = None

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected