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

Method last_modified_stack

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

Source from the content-addressed store, hash-verified

70
71 @property
72 def last_modified_stack(self):
73 if debugging.debug_mode():
74 return self._last_modified_stack
75
76 @property
77 def value(self):

Callers

nothing calls this directly

Calls 1

debug_modeMethod · 0.80

Tested by

no test coverage detected