Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ __del__
Method
__del__
python/enterprise.py:350–351 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
348
self.desired_release = release
349
350
def
__del__(self):
351
self.release()
352
353
def
__enter__(self) -> None:
354
self.acquire()
Callers
nothing calls this directly
Calls
1
release
Method · 0.95
Tested by
no test coverage detected