NamedValueMutableSet
====================

.. currentmodule:: lsst.daf.butler

.. autoclass:: NamedValueMutableSet
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~NamedValueMutableSet.names

   .. rubric:: Methods Summary

   .. autosummary::

      ~NamedValueMutableSet.add
      ~NamedValueMutableSet.asMapping
      ~NamedValueMutableSet.clear
      ~NamedValueMutableSet.discard
      ~NamedValueMutableSet.get
      ~NamedValueMutableSet.isdisjoint
      ~NamedValueMutableSet.pop
      ~NamedValueMutableSet.remove

   .. rubric:: Attributes Documentation

   .. autoattribute:: names

   .. rubric:: Methods Documentation

   .. automethod:: add
   .. automethod:: asMapping
   .. automethod:: clear
   .. automethod:: discard
   .. automethod:: get
   .. automethod:: isdisjoint
   .. automethod:: pop
   .. automethod:: remove