MCPcopy Create free account
hub / github.com/TeleHuman/PBHC / joint_names

Method joint_names

description/robots/dtype.py:41–44  ·  view source on GitHub ↗
(cls, jid: int)

Source from the content-addressed store, hash-verified

39
40 @classmethod
41 def joint_names(cls, jid: int) -> str:
42 if not cls._joint_names:
43 cls.__init_joint_names()
44 return cls._joint_names[cls.arrorder.index(jid)]
45
46 @staticmethod
47 @lru_cache(maxsize=1)

Callers 1

dtype.pyFile · 0.80

Calls 2

__init_joint_namesMethod · 0.80
indexMethod · 0.45

Tested by

no test coverage detected