MutableGenericMap
=================

.. currentmodule:: lsst.afw.typehandling

.. autoclass:: MutableGenericMap
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~MutableGenericMap.TEMPLATE_DEFAULTS
      ~MutableGenericMap.TEMPLATE_PARAMS

   .. rubric:: Methods Summary

   .. autosummary::

      ~MutableGenericMap.items
      ~MutableGenericMap.keys
      ~MutableGenericMap.pop
      ~MutableGenericMap.setdefault
      ~MutableGenericMap.update
      ~MutableGenericMap.values

   .. rubric:: Attributes Documentation

   .. autoattribute:: TEMPLATE_DEFAULTS
   .. autoattribute:: TEMPLATE_PARAMS

   .. rubric:: Methods Documentation

   .. automethod:: items
   .. automethod:: keys
   .. automethod:: pop
   .. automethod:: setdefault
   .. automethod:: update
   .. automethod:: values