Timespan
========

.. currentmodule:: lsst.daf.butler

.. autoclass:: Timespan
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~Timespan.begin
      ~Timespan.end

   .. rubric:: Methods Summary

   .. autosummary::

      ~Timespan.count
      ~Timespan.index
      ~Timespan.intersection
      ~Timespan.overlaps

   .. rubric:: Attributes Documentation

   .. autoattribute:: begin
   .. autoattribute:: end

   .. rubric:: Methods Documentation

   .. automethod:: count
   .. automethod:: index
   .. automethod:: intersection
   .. automethod:: overlaps