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

Method get

dm_control/viewer/util.py:108–110  ·  view source on GitHub ↗

Returns the current time factor value.

(self)

Source from the content-addressed store, hash-verified

106 self.set(initial_time_multiplier)
107
108 def get(self):
109 """Returns the current time factor value."""
110 return self._real_time_multiplier
111
112 def set(self, value):
113 """Modifies the time factor.

Callers 9

_tickMethod · 0.45
test_increase_limitMethod · 0.45
test_decrease_limitMethod · 0.45
_handle_keyMethod · 0.45
_handle_double_clickMethod · 0.45
__contains__Method · 0.45
processMethod · 0.45

Calls

no outgoing calls