lsst.geom  22.0.1-5-g096abc9+d18c45d440
Static Public Attributes | List of all members
lsst.geom._coordinates.Extent Class Reference
Inheritance diagram for lsst.geom._coordinates.Extent:

Static Public Attributes

tuple TEMPLATE_PARAMS = ("dtype", "dimensions")
 
tuple TEMPLATE_DEFAULTS = (None, 2)
 

Detailed Description

Abstract base class and factory for Extent objects.

Definition at line 57 of file _coordinates.py.

Member Data Documentation

◆ TEMPLATE_DEFAULTS

tuple lsst.geom._coordinates.Extent.TEMPLATE_DEFAULTS = (None, 2)
static

Definition at line 61 of file _coordinates.py.

◆ TEMPLATE_PARAMS

tuple lsst.geom._coordinates.Extent.TEMPLATE_PARAMS = ("dtype", "dimensions")
static

Definition at line 60 of file _coordinates.py.


The documentation for this class was generated from the following file: