LegacyTractBuilderConfig
========================

.. currentmodule:: lsst.skymap

.. autoclass:: LegacyTractBuilderConfig
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~LegacyTractBuilderConfig.history
      ~LegacyTractBuilderConfig.patchBorder
      ~LegacyTractBuilderConfig.patchInnerDimensions

   .. rubric:: Methods Summary

   .. autosummary::

      ~LegacyTractBuilderConfig.compare
      ~LegacyTractBuilderConfig.formatHistory
      ~LegacyTractBuilderConfig.freeze
      ~LegacyTractBuilderConfig.items
      ~LegacyTractBuilderConfig.keys
      ~LegacyTractBuilderConfig.load
      ~LegacyTractBuilderConfig.loadFromStream
      ~LegacyTractBuilderConfig.loadFromString
      ~LegacyTractBuilderConfig.names
      ~LegacyTractBuilderConfig.save
      ~LegacyTractBuilderConfig.saveToStream
      ~LegacyTractBuilderConfig.saveToString
      ~LegacyTractBuilderConfig.setDefaults
      ~LegacyTractBuilderConfig.toDict
      ~LegacyTractBuilderConfig.update
      ~LegacyTractBuilderConfig.validate
      ~LegacyTractBuilderConfig.values

   .. rubric:: Attributes Documentation

   .. autoattribute:: history
   .. autoattribute:: patchBorder
   .. autoattribute:: patchInnerDimensions

   .. rubric:: Methods Documentation

   .. automethod:: compare
   .. automethod:: formatHistory
   .. automethod:: freeze
   .. 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