lsst.daf.base  21.0.0+75b29a8a7f
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 145 of file propertyContainerContinued.py.

Member Data Documentation

◆ ARRAY

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

Definition at line 146 of file propertyContainerContinued.py.

◆ AUTO

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

Definition at line 148 of file propertyContainerContinued.py.

◆ SCALAR

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

Definition at line 147 of file propertyContainerContinued.py.


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