Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MotrixLab/AiOS
/ keys
Method
keys
util/smplx/smplx/utils.py:41–43 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
39
return
self.keys()
40
41
def
keys(self):
42
keys = [t.name
for
t in fields(self)]
43
return
iter(keys)
44
45
def
values(self):
46
values = [getattr(self, t.name)
for
t in fields(self)]
Callers
5
__iter__
Method · 0.95
train_one_epoch
Function · 0.45
__repr__
Method · 0.45
_file2dict
Method · 0.45
reduce_dict
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected