Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google-deepmind/dm_control
/ decrement_refcount
Method
decrement_refcount
dm_control/_render/base.py:81–82 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
79
self._refcount += 1
80
81
def
decrement_refcount(self):
82
self._refcount -= 1
83
84
@property
85
def
terminated(self):
Callers
3
release
Method · 0.80
free
Method · 0.80
test_refcounting
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_refcounting
Method · 0.64