Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google-deepmind/dm_control
/ dont_keep_alive
Method
dont_keep_alive
dm_control/_render/base.py:72–76 ·
view source on GitHub ↗
(self, obj)
Source
from the content-addressed store, hash-verified
70
self._patients.append(obj)
71
72
def
dont_keep_alive(self, obj):
73
try
:
74
self._patients.remove(obj)
75
except
ValueError:
76
pass
77
78
def
increment_refcount(self):
79
self._refcount += 1
Callers
1
free
Method · 0.80
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected