|
lsst.pipe.base
19.0.0-6-gb6b8b0a+10
|
Public Member Functions | |
| def | __get__ (self, inst, klass) |
Static Public Attributes | |
| str | |
| bool | |
Base class used for declaring PipelineTask connections
Parameters
----------
name : `str`
The name used to identify the dataset type
storageClass : `str`
The storage class used when (un)/persisting the dataset type
multiple : `bool`
Indicates if this connection should expect to contain multiple objects
of the given dataset type
Definition at line 36 of file connectionTypes.py.
| def lsst.pipe.base.connectionTypes.BaseConnection.__get__ | ( | self, | |
| inst, | |||
| klass | |||
| ) |
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 54 of file connectionTypes.py.
|
static |
Definition at line 52 of file connectionTypes.py.
|
static |
Definition at line 51 of file connectionTypes.py.
1.8.13