Definition at line 158 of file connectionTypes.py.
◆ __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 62 of file connectionTypes.py.
◆ makeDatasetType()
def lsst.pipe.base.connectionTypes.DimensionedConnection.makeDatasetType |
( |
|
self, |
|
|
DimensionUniverse |
universe |
|
) |
| |
|
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.
Returns
-------
datasetType : `DatasetType`
The `DatasetType` defined by this connection.
Definition at line 116 of file connectionTypes.py.
◆ bool
lsst.pipe.base.connectionTypes.BaseInput.bool |
|
staticinherited |
◆ frozen
lsst.pipe.base.connectionTypes.Input.frozen |
|
static |
◆ str
lsst.pipe.base.connectionTypes.BaseConnection.str |
|
staticinherited |
The documentation for this class was generated from the following file: