KeyedDataAction
===============

.. currentmodule:: lsst.analysis.tools

.. autoclass:: KeyedDataAction
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~KeyedDataAction.applyContext
      ~KeyedDataAction.history
      ~KeyedDataAction.identity

   .. rubric:: Methods Summary

   .. autosummary::

      ~KeyedDataAction.__call__
      ~KeyedDataAction.addInputSchema
      ~KeyedDataAction.compare
      ~KeyedDataAction.formatHistory
      ~KeyedDataAction.freeze
      ~KeyedDataAction.getFormattedInputSchema
      ~KeyedDataAction.getInputSchema
      ~KeyedDataAction.getOutputSchema
      ~KeyedDataAction.items
      ~KeyedDataAction.keys
      ~KeyedDataAction.load
      ~KeyedDataAction.loadFromStream
      ~KeyedDataAction.loadFromString
      ~KeyedDataAction.names
      ~KeyedDataAction.save
      ~KeyedDataAction.saveToStream
      ~KeyedDataAction.saveToString
      ~KeyedDataAction.setDefaults
      ~KeyedDataAction.toDict
      ~KeyedDataAction.update
      ~KeyedDataAction.validate
      ~KeyedDataAction.values

   .. rubric:: Attributes Documentation

   .. autoattribute:: applyContext
   .. autoattribute:: history
   .. autoattribute:: identity

   .. rubric:: Methods Documentation

   .. automethod:: __call__
   .. automethod:: addInputSchema
   .. automethod:: compare
   .. automethod:: formatHistory
   .. automethod:: freeze
   .. automethod:: getFormattedInputSchema
   .. automethod:: getInputSchema
   .. automethod:: getOutputSchema
   .. automethod:: items
   .. automethod:: keys
   .. automethod:: load
   .. automethod:: loadFromStream
   .. automethod:: loadFromString
   .. automethod:: names
   .. automethod:: save
   .. automethod:: saveToStream
   .. automethod:: saveToString
   .. automethod:: setDefaults
   .. automethod:: toDict
   .. automethod:: update
   .. automethod:: validate
   .. automethod:: values