MCPcopy 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

resizeEventMethod · 0.45
__init__Method · 0.45
updateFontsMethod · 0.45
resizeEventMethod · 0.45
paintEventMethod · 0.45
__init__Method · 0.45
paintMethod · 0.45
paintMethod · 0.45
ByteViewMethod · 0.45
updateFontsMethod · 0.45
resizeEventMethod · 0.45
paintEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected