MCPcopy Create free account
hub / github.com/Colin97/DeepMetaHandles / __len__

Method __len__

src/datasets.py:83–84  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

81 list(w_mesh_2) + list(w_mesh_3)
82
83 def __len__(self):
84 return len(self.ids) * self.k
85
86 def __getitem__(self, idx):
87 src_id = self.ids[idx // self.k]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected