NamedKeyMapping
===============

.. currentmodule:: lsst.daf.butler

.. autoclass:: NamedKeyMapping
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~NamedKeyMapping.names

   .. rubric:: Methods Summary

   .. autosummary::

      ~NamedKeyMapping.byName
      ~NamedKeyMapping.get
      ~NamedKeyMapping.items
      ~NamedKeyMapping.keys
      ~NamedKeyMapping.values

   .. rubric:: Attributes Documentation

   .. autoattribute:: names

   .. rubric:: Methods Documentation

   .. automethod:: byName
   .. automethod:: get
   .. automethod:: items
   .. automethod:: keys
   .. automethod:: values