37 lines
686 B
Plaintext
37 lines
686 B
Plaintext
|
binaryninja.binaryninja.FunctionGraphBlock
|
||
|
==========================================
|
||
|
|
||
|
.. currentmodule:: binaryninja.binaryninja
|
||
|
|
||
|
.. autoclass:: FunctionGraphBlock
|
||
|
|
||
|
|
||
|
.. automethod:: __init__
|
||
|
|
||
|
|
||
|
.. rubric:: Methods
|
||
|
|
||
|
.. autosummary::
|
||
|
|
||
|
~FunctionGraphBlock.__init__
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
.. rubric:: Attributes
|
||
|
|
||
|
.. autosummary::
|
||
|
|
||
|
~FunctionGraphBlock.arch
|
||
|
~FunctionGraphBlock.basic_block
|
||
|
~FunctionGraphBlock.end
|
||
|
~FunctionGraphBlock.height
|
||
|
~FunctionGraphBlock.lines
|
||
|
~FunctionGraphBlock.outgoing_edges
|
||
|
~FunctionGraphBlock.start
|
||
|
~FunctionGraphBlock.width
|
||
|
~FunctionGraphBlock.x
|
||
|
~FunctionGraphBlock.y
|
||
|
|
||
|
|