Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/OpenMotionLab/MotionGPT
/ get
Method
get
mGPT/data/transforms/base.py:48–49 ·
view source on GitHub ↗
(self, key, default=None)
Source
from the content-addressed store, hash-verified
46
self.__dict__[key] = value
47
48
def
get(self, key, default=None):
49
return
getattr(self, key, default)
50
51
def
__iter__(self):
52
return
self.keys()
Callers
2
render_motion
Function · 0.80
instantiate_from_config
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected