MCPcopy Create free account
hub / github.com/OpenMeshLab/MeshXL / __len__

Method __len__

datasets/dummy_dataset.py:13–14  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

11 self.eval_func = evaluate
12
13 def __len__(self):
14 return 10
15
16 def __getitem__(self, idx):
17 data_dict = {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected