uproot.STLMap
=============

Defined in `uproot.containers <https://github.com/scikit-hep/uproot5/blob//src/uproot/containers.py>`__ on `line 1778 <https://github.com/scikit-hep/uproot5/blob//src/uproot/containers.py#L1778>`__.

.. table::
    :class: note

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

.. autoclass:: uproot.containers.STLMap

.. _uproot.containers.STLMap.from_mapping:

from_mapping
------------

.. automethod:: uproot.containers.STLMap.from_mapping

.. _uproot.containers.STLMap.keys:

keys
----

.. automethod:: uproot.containers.STLMap.keys

.. _uproot.containers.STLMap.values:

values
------

.. automethod:: uproot.containers.STLMap.values

.. _uproot.containers.STLMap.items:

items
-----

.. automethod:: uproot.containers.STLMap.items

.. _uproot.containers.STLMap.get:

get
---

.. automethod:: uproot.containers.STLMap.get

.. _uproot.containers.STLMap.tolist:

tolist
------

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

.. automethod:: uproot.containers.STLMap.tolist

