Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ function
Method
function
python/function.py:3609–3610 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
3607
3608
@property
3609
def
function(self) ->
'Function'
:
3610
return
Function(handle=core.BNGetDisassemblyTextRendererFunction(self.handle))
3611
3612
@property
3613
def
il_function(self) -> Optional[ILFunctionType]:
Callers
nothing calls this directly
Calls
1
Function
Class · 0.70
Tested by
no test coverage detected