MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / x

Method x

python/flowgraph.py:169–171  ·  view source on GitHub ↗

Flow graph block X

(self)

Source from the content-addressed store, hash-verified

167
168 @property
169 def x(self):
170 """Flow graph block X"""
171 return core.BNGetFlowGraphNodeX(self.handle)
172
173 @x.setter
174 def x(self, x: int):

Callers 9

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

Calls

no outgoing calls

Tested by

no test coverage detected