MCPcopy 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

releaseMethod · 0.80
freeMethod · 0.80
test_refcountingMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_refcountingMethod · 0.64