MCPcopy
hub / github.com/tinygrad/tinygrad / release

Method release

tinygrad/runtime/support/objc.py:15–15  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

13 def __del__(self):
14 if self.retain and not self._is_finalizing(): self.release()
15 def release(self): msg("release")(self)
16 def retained(self):
17 setattr(self, 'retain', True)
18 return self

Callers 6

__del__Method · 0.95
_freeMethod · 0.80
connectionMethod · 0.80
yolov3.pyFile · 0.80
getMethod · 0.80
putMethod · 0.80

Calls 1

msgFunction · 0.85

Tested by

no test coverage detected