Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ height
Method
height
python/flowgraph.py:612–614 ·
view source on GitHub ↗
Flow graph height
(self)
Source
from the content-addressed store, hash-verified
610
611
@property
612
def
height(self):
613
""
"Flow graph height"
""
614
return
core.BNGetFlowGraphHeight(self.handle)
615
616
@height.setter
617
def
height(self, height: int):
Callers
14
resizeEvent
Method · 0.45
__init__
Method · 0.45
updateFonts
Method · 0.45
resizeEvent
Method · 0.45
paintEvent
Method · 0.45
__init__
Method · 0.45
paint
Method · 0.45
paint
Method · 0.45
ByteView
Method · 0.45
updateFonts
Method · 0.45
resizeEvent
Method · 0.45
paintEvent
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected