Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/OpenMotionLab/MotionGPT
/ __iter__
Method
__iter__
mGPT/data/transforms/base.py:51–52 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
49
return
getattr(self, key, default)
50
51
def
__iter__(self):
52
return
self.keys()
53
54
def
keys(self):
55
keys = [t.name
for
t in fields(self)]
Callers
nothing calls this directly
Calls
1
keys
Method · 0.95
Tested by
no test coverage detected