NamedValueSet ============= .. currentmodule:: lsst.daf.butler.core.utils .. autoclass:: NamedValueSet :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~NamedValueSet.names .. rubric:: Methods Summary .. autosummary:: ~NamedValueSet.add ~NamedValueSet.asDict ~NamedValueSet.clear ~NamedValueSet.copy ~NamedValueSet.discard ~NamedValueSet.freeze ~NamedValueSet.get ~NamedValueSet.isdisjoint ~NamedValueSet.issubset ~NamedValueSet.issuperset ~NamedValueSet.pop ~NamedValueSet.remove .. rubric:: Attributes Documentation .. autoattribute:: names .. rubric:: Methods Documentation .. automethod:: add .. automethod:: asDict .. automethod:: clear .. automethod:: copy .. automethod:: discard .. automethod:: freeze .. automethod:: get .. automethod:: isdisjoint .. automethod:: issubset .. automethod:: issuperset .. automethod:: pop .. automethod:: remove