34 lines
433 B
Plaintext
34 lines
433 B
Plaintext
binaryninja.builtins.int
|
|
========================
|
|
|
|
.. currentmodule:: binaryninja.builtins
|
|
|
|
.. autoclass:: int
|
|
|
|
|
|
.. automethod:: __init__
|
|
|
|
|
|
.. rubric:: Methods
|
|
|
|
.. autosummary::
|
|
|
|
~int.bit_length
|
|
~int.conjugate
|
|
~int.from_bytes
|
|
~int.to_bytes
|
|
|
|
|
|
|
|
|
|
|
|
.. rubric:: Attributes
|
|
|
|
.. autosummary::
|
|
|
|
~int.denominator
|
|
~int.imag
|
|
~int.numerator
|
|
~int.real
|
|
|
|
|