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

Method free

dm_control/viewer/gui/glfw_gui.py:273–275  ·  view source on GitHub ↗

Closes the deleted window.

(self)

Source from the content-addressed store, hash-verified

271 return self._oldsize is not None
272
273 def free(self):
274 """Closes the deleted window."""
275 self.close()
276
277 def event_loop(self, tick_func):
278 """Runs the window's event loop.

Callers 6

__del__Method · 0.95
renderMethod · 0.45
releaseMethod · 0.45
test_freeing_contextMethod · 0.45
closeMethod · 0.45

Calls 1

closeMethod · 0.95

Tested by 1

test_freeing_contextMethod · 0.36