32 lines
420 B
Plaintext
32 lines
420 B
Plaintext
|
binaryninja.builtins.property
|
||
|
=============================
|
||
|
|
||
|
.. currentmodule:: binaryninja.builtins
|
||
|
|
||
|
.. autoclass:: property
|
||
|
|
||
|
|
||
|
.. automethod:: __init__
|
||
|
|
||
|
|
||
|
.. rubric:: Methods
|
||
|
|
||
|
.. autosummary::
|
||
|
|
||
|
~property.deleter
|
||
|
~property.getter
|
||
|
~property.setter
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
.. rubric:: Attributes
|
||
|
|
||
|
.. autosummary::
|
||
|
|
||
|
~property.fdel
|
||
|
~property.fget
|
||
|
~property.fset
|
||
|
|
||
|
|