32 lines
420 B
Plaintext
32 lines
420 B
Plaintext
|
binaryninja.builtins.list
|
||
|
=========================
|
||
|
|
||
|
.. currentmodule:: binaryninja.builtins
|
||
|
|
||
|
.. autoclass:: list
|
||
|
|
||
|
|
||
|
.. automethod:: __init__
|
||
|
|
||
|
|
||
|
.. rubric:: Methods
|
||
|
|
||
|
.. autosummary::
|
||
|
|
||
|
~list.append
|
||
|
~list.clear
|
||
|
~list.copy
|
||
|
~list.count
|
||
|
~list.extend
|
||
|
~list.index
|
||
|
~list.insert
|
||
|
~list.pop
|
||
|
~list.remove
|
||
|
~list.reverse
|
||
|
~list.sort
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|