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

Method value

dm_control/mjcf/attribute.py:305–307  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

303
304 @property
305 def value(self):
306 self._check_dead_reference()
307 return super().value
308
309 @value.setter
310 def value(self, new_value):

Callers

nothing calls this directly

Calls 1

_check_dead_referenceMethod · 0.95

Tested by

no test coverage detected