Timespan ======== .. currentmodule:: lsst.daf.butler .. autoclass:: Timespan :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~Timespan.EMPTY ~Timespan.begin ~Timespan.end .. rubric:: Methods Summary .. autosummary:: ~Timespan.contains ~Timespan.difference ~Timespan.fromInstant ~Timespan.from_json ~Timespan.from_simple ~Timespan.intersection ~Timespan.isEmpty ~Timespan.makeEmpty ~Timespan.overlaps ~Timespan.to_json ~Timespan.to_simple .. rubric:: Attributes Documentation .. autoattribute:: EMPTY .. autoattribute:: begin .. autoattribute:: end .. rubric:: Methods Documentation .. automethod:: contains .. automethod:: difference .. automethod:: fromInstant .. automethod:: from_json .. automethod:: from_simple .. automethod:: intersection .. automethod:: isEmpty .. automethod:: makeEmpty .. automethod:: overlaps .. automethod:: to_json .. automethod:: to_simple