Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google-deepmind/dm_control
/ test_del
Method
test_del
dm_control/_render/base_test.py:155–158 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
153
self.assertIsNone(self.context.thread)
154
155
def
test_del(self):
156
self.assertIsNone(self.context.free_thread)
157
self.context.__del__()
158
self.assertIsNotNone(self.context.free_thread)
159
160
161
if
__name__ ==
'__main__'
:
Callers
nothing calls this directly
Calls
1
__del__
Method · 0.45
Tested by
no test coverage detected