Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ y
Method
y
python/flowgraph.py:178–180 ·
view source on GitHub ↗
Flow graph block Y
(self)
Source
from the content-addressed store, hash-verified
176
177
@property
178
def
y(self):
179
""
"Flow graph block Y"
""
180
return
core.BNGetFlowGraphNodeY(self.handle)
181
182
@y.setter
183
def
y(self, y: int):
Callers
9
paintEvent
Method · 0.80
mousePressEvent
Method · 0.80
mouseMoveEvent
Method · 0.80
paint
Method · 0.80
paint
Method · 0.80
paintEvent
Method · 0.80
wheelEvent
Method · 0.80
mousePressEvent
Method · 0.80
mouseMoveEvent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected