MCPcopy Index your code
hub / github.com/OpenMotionLab/MotionGPT / values

Method values

mGPT/data/transforms/base.py:58–60  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

56 return iter(keys)
57
58 def values(self):
59 values = [getattr(self, t.name) for t in fields(self)]
60 return iter(values)
61
62 def items(self):
63 data = [(t.name, getattr(self, t.name)) for t in fields(self)]

Callers 1

generate_by_videoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected