MCPcopy Create free account
hub / github.com/Pointcept/PointTransformerV3 / __len__

Method __len__

model.py:217–218  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

215 return next(it)
216
217 def __len__(self):
218 return len(self._modules)
219
220 def add(self, module, name=None):
221 if name is None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected