MCPcopy Create free account
hub / github.com/MotrixLab/ViMoGen / __len__

Method __len__

models/transformer/wan/text_encoding_batch.py:33–34  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

31 return data_dict
32
33 def __len__(self):
34 return len(self.data_list)
35
36if __name__ == "__main__":
37

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected