uproot.containers.ROOTRVec
==========================

Defined in `uproot.containers <https://github.com/scikit-hep/uproot4/blob//src/uproot/containers.py>`__ on `line 1302 <https://github.com/scikit-hep/uproot4/blob//src/uproot/containers.py#L1302>`__.

.. table::
    :class: note

    +---------------------------------------+
    | **Inheritance order:**                |
    +=======================================+
    | #. :doc:`uproot.containers.Container` |
    | #. ``collections.abc.Sequence``       |
    | #. ``collections.abc.Reversible``     |
    | #. ``collections.abc.Collection``     |
    | #. ``collections.abc.Sized``          |
    | #. ``collections.abc.Iterable``       |
    | #. ``collections.abc.Container``      |
    +---------------------------------------+

.. autoclass:: uproot.containers.ROOTRVec

.. _uproot.containers.ROOTRVec.tolist:

tolist
------

Inherited from :doc:`uproot.containers.Container`.

.. automethod:: uproot.containers.ROOTRVec.tolist

