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

Method __init__

core/utils/flow_transforms.py:24–25  ·  view source on GitHub ↗
(self, co_transforms)

Source from the content-addressed store, hash-verified

22 """
23
24 def __init__(self, co_transforms):
25 self.co_transforms = co_transforms
26
27 def __call__(self, input, target):
28 for t in self.co_transforms:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected