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

Method __del__

python/function.py:3402–3404  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3400 self._function.request_advanced_analysis_data()
3401
3402 def __del__(self):
3403 if self._function is not None:
3404 self._function.release_advanced_analysis_data()
3405
3406 @property
3407 def function(self) -> Optional['Function']:

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected