Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ function
Method
function
python/function.py:3407–3408 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
3405
3406
@property
3407
def
function(self) -> Optional[
'Function'
]:
3408
return
self._function
3409
3410
@function.setter
3411
def
function(self, func:
'Function'
) -> None:
Callers
nothing calls this directly
Calls
2
release_advanced_analysis_data
Method · 0.80
request_advanced_analysis_data
Method · 0.80
Tested by
no test coverage detected