MCPcopy Create free account
hub / github.com/cvlab-epfl/MeshSDF / __len__

Method __len__

lib/data.py:31–32  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

29
30
31 def __len__(self):
32 return len(self.npyfiles)
33
34 def __getitem__(self, idx):
35 filename = os.path.join(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected