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

Method full_identifier

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

Source from the content-addressed store, hash-verified

1306
1307 @property
1308 def full_identifier(self):
1309 return self._namescope.full_prefix(self._namescope.root)
1310
1311 def __copy__(self):
1312 new_model = RootElement(model=self._namescope.name,

Callers

nothing calls this directly

Calls 1

full_prefixMethod · 0.80

Tested by

no test coverage detected