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

Method __init__

python/function.py:3397–3400  ·  view source on GitHub ↗
(self, func: Optional['Function'] = None)

Source from the content-addressed store, hash-verified

3395
3396class AdvancedFunctionAnalysisDataRequestor:
3397 def __init__(self, func: Optional['Function'] = None):
3398 self._function = func
3399 if self._function is not None:
3400 self._function.request_advanced_analysis_data()
3401
3402 def __del__(self):
3403 if self._function is not None:

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected