lsst.pipe.base  21.0.0-16-g0fb55c1+f4b3a4d7bd
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.base.connectionTypes.InitInput Class Reference
Inheritance diagram for lsst.pipe.base.connectionTypes.InitInput:
lsst.pipe.base.connectionTypes.BaseConnection

Public Member Functions

def __get__ (self, inst, klass)
 
def makeDatasetType (self, DimensionUniverse universe, Optional[StorageClass] parentStorageClass=None)
 

Static Public Attributes

 str
 
 bool
 

Detailed Description

Definition at line 264 of file connectionTypes.py.

Member Function Documentation

◆ __get__()

def lsst.pipe.base.connectionTypes.BaseConnection.__get__ (   self,
  inst,
  klass 
)
inherited
Descriptor method

This is a method used to turn a connection into a descriptor.
When a connection is added to a connection class, it is a class level
variable. This method makes accessing this connection, on the
instance of the connection class owning this connection, return a
result specialized for that instance. In the case of connections
this specifically means names specified in a config instance will
be visible instead of the default names for the connection.

Definition at line 63 of file connectionTypes.py.

◆ makeDatasetType()

def lsst.pipe.base.connectionTypes.BaseConnection.makeDatasetType (   self,
DimensionUniverse  universe,
Optional[StorageClass]   parentStorageClass = None 
)
inherited
Construct a true `DatasetType` instance with normalized dimensions.

Parameters
----------
universe : `lsst.daf.butler.DimensionUniverse`
    Set of all known dimensions to be used to normalize the dimension
    names specified in config.
parentStorageClass : `lsst.daf.butler.StorageClass`, optional
    Parent storage class for component datasets; `None` otherwise.

Returns
-------
datasetType : `DatasetType`
    The `DatasetType` defined by this connection.

Reimplemented in lsst.pipe.base.connectionTypes.DimensionedConnection.

Definition at line 96 of file connectionTypes.py.

Member Data Documentation

◆ bool

lsst.pipe.base.connectionTypes.BaseConnection.bool
staticinherited

Definition at line 61 of file connectionTypes.py.

◆ str

lsst.pipe.base.connectionTypes.BaseConnection.str
staticinherited

Definition at line 60 of file connectionTypes.py.


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