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

Method _force_clear

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

Source from the content-addressed store, hash-verified

94 self._force_clear()
95
96 def _force_clear(self):
97 self._before_clear()
98 self._value = None
99 if debugging.debug_mode():
100 self._last_modified_stack = debugging.get_current_stack_trace()
101
102 def _before_clear(self):
103 pass

Callers 4

clearMethod · 0.95
__init__Method · 0.80
removeMethod · 0.80
_before_clearMethod · 0.80

Calls 2

_before_clearMethod · 0.95
debug_modeMethod · 0.80

Tested by

no test coverage detected