MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / __enter__

Method __enter__

python/enterprise.py:353–354  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

351 self.release()
352
353 def __enter__(self) -> None:
354 self.acquire()
355
356 def __exit__(self, exc_type, exc_val, exc_tb):
357 self.release()

Callers

nothing calls this directly

Calls 1

acquireMethod · 0.95

Tested by

no test coverage detected