MCPcopy Create free account
hub / github.com/drinkingcoder/FlowFormer-Official / __rmul__

Method __rmul__

core/utils/datasets.py:96–99  ·  view source on GitHub ↗
(self, v)

Source from the content-addressed store, hash-verified

94
95
96 def __rmul__(self, v):
97 self.flow_list = v * self.flow_list
98 self.image_list = v * self.image_list
99 return self
100
101 def __len__(self):
102 return len(self.image_list)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected