MCPcopy 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

paintEventMethod · 0.80
mousePressEventMethod · 0.80
mouseMoveEventMethod · 0.80
paintMethod · 0.80
paintMethod · 0.80
paintEventMethod · 0.80
wheelEventMethod · 0.80
mousePressEventMethod · 0.80
mouseMoveEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected