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

Method __rmul__

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

Source from the content-addressed store, hash-verified

289 self.iter_counts = 0
290
291 def __rmul__(self, v):
292 self.flow_list = v * self.flow_list
293 self.image_list = v * self.image_list
294 return self
295
296 def __len__(self):
297 return len(self.image_list) * 100

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected