Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MotrixLab/ViMoGen
/ __len__
Method
__len__
trainer/__init__.py:26–27 ·
view source on GitHub ↗
(self, )
Source
from the content-addressed store, hash-verified
24
self.data = data.expand(100000, -1, -1, -1)
25
26
def
__len__(self, ):
27
return
len(self.data)
28
29
def
__getitem__(self, index):
30
return
(
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected