MCPcopy Create free account
hub / github.com/MotrixLab/FineMoGen / __init__

Method __init__

mogen/datasets/pipelines/formatting.py:52–54  ·  view source on GitHub ↗
(self, keys, order)

Source from the content-addressed store, hash-verified

50class Transpose(object):
51
52 def __init__(self, keys, order):
53 self.keys = keys
54 self.order = order
55
56 def __call__(self, results):
57 for key in self.keys:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected