MCPcopy 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_epochFunction · 0.45
__repr__Method · 0.45
_file2dictMethod · 0.45
reduce_dictFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected