Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MotrixLab/MotionDiffuse
/ __len__
Method
__len__
text2motion/datasets/dataset.py:118–119 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
116
return
len(self.data_dict)
117
118
def
__len__(self):
119
return
self.real_len() * self.times
120
121
def
__getitem__(self, item):
122
idx = item % self.real_len()
Callers
nothing calls this directly
Calls
1
real_len
Method · 0.95
Tested by
no test coverage detected