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

Method __exit__

python/binaryview.py:2611–2612  ·  view source on GitHub ↗
(self, type, value, traceback)

Source from the content-addressed store, hash-verified

2609 return self
2610
2611 def __exit__(self, type, value, traceback):
2612 self.file.close()
2613
2614 def __del__(self):
2615 if core is None:

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected