uproot.STLSet
=============

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

.. table::
    :class: note

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

.. autoclass:: uproot.containers.STLSet

.. _uproot.containers.STLSet.tolist:

tolist
------

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

.. automethod:: uproot.containers.STLSet.tolist

