lsst.geom ga1e77700b3+246acaaf9c
Loading...
Searching...
No Matches
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 65 of file _coordinates.py.

Member Data Documentation

◆ TEMPLATE_DEFAULTS

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

Definition at line 69 of file _coordinates.py.

◆ TEMPLATE_PARAMS

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

Definition at line 68 of file _coordinates.py.


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