Functor
=======

.. currentmodule:: lsst.pipe.tasks.functors

.. autoclass:: Functor
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~Functor.columns
      ~Functor.name
      ~Functor.noDup
      ~Functor.shortname

   .. rubric:: Methods Summary

   .. autosummary::

      ~Functor.__call__
      ~Functor.difference
      ~Functor.fail
      ~Functor.multilevelColumns

   .. rubric:: Attributes Documentation

   .. autoattribute:: columns
   .. autoattribute:: name
   .. autoattribute:: noDup
   .. autoattribute:: shortname

   .. rubric:: Methods Documentation

   .. automethod:: __call__
   .. automethod:: difference
   .. automethod:: fail
   .. automethod:: multilevelColumns