Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ __exit__
Method
__exit__
python/enterprise.py:356–357 ·
view source on GitHub ↗
(self, exc_type, exc_val, exc_tb)
Source
from the content-addressed store, hash-verified
354
self.acquire()
355
356
def
__exit__(self, exc_type, exc_val, exc_tb):
357
self.release()
358
359
def
acquire(self):
360
# UI builds have their own license manager
Callers
nothing calls this directly
Calls
1
release
Method · 0.95
Tested by
no test coverage detected