lsst.daf.base  16.0-2-gaa1012f
Static Public Attributes | List of all members
lsst.daf.base.propertyContainer.propertyContainerContinued.ReturnStyle Class Reference
Inheritance diagram for lsst.daf.base.propertyContainer.propertyContainerContinued.ReturnStyle:

Static Public Attributes

 ARRAY = enum.auto()
 
 SCALAR = enum.auto()
 
 AUTO = enum.auto()
 

Detailed Description

Definition at line 40 of file propertyContainerContinued.py.

Member Data Documentation

◆ ARRAY

lsst.daf.base.propertyContainer.propertyContainerContinued.ReturnStyle.ARRAY = enum.auto()
static

Definition at line 41 of file propertyContainerContinued.py.

◆ AUTO

lsst.daf.base.propertyContainer.propertyContainerContinued.ReturnStyle.AUTO = enum.auto()
static

Definition at line 43 of file propertyContainerContinued.py.

◆ SCALAR

lsst.daf.base.propertyContainer.propertyContainerContinued.ReturnStyle.SCALAR = enum.auto()
static

Definition at line 42 of file propertyContainerContinued.py.


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