MCPcopy Create free account
hub / github.com/Vegetebird/GraphMLP / num_joints

Method num_joints

common/skeleton.py:12–13  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

10 self._compute_metadata()
11
12 def num_joints(self):
13 return len(self._parents)
14
15 def parents(self):
16 return self._parents

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected