MCPcopy Create free account
hub / github.com/google-deepmind/dm_control / full_identifier

Method full_identifier

dm_control/mjcf/element.py:1096–1097  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1094
1095 @property
1096 def full_identifier(self):
1097 return self.prefixed_identifier(self.namescope.root)
1098
1099 def _detach(self, other_namescope):
1100 super()._detach(other_namescope)

Callers

nothing calls this directly

Calls 1

prefixed_identifierMethod · 0.95

Tested by

no test coverage detected