lsst.pipe.base
19.0.0-24-g878c510+12
|
Public Member Functions | |
def | __init__ (self, *args, **kwargs) |
def | __setitem__ (self, name, value) |
This is a special dict class used by PipelineTaskConnectionMetaclass This dict is used in PipelineTaskConnection class creation, as the dictionary that is initially used as __dict__. It exists to intercept connection fields declared in a PipelineTaskConnection, and what name is used to identify them. The names are then added to class level list according to the connection type of the class attribute. The names are also used as keys in a class level dictionary associated with the corresponding class attribute. This information is a duplicate of what exists in __dict__, but provides a simple place to lookup and iterate on only these variables.
Definition at line 50 of file connections.py.
def lsst.pipe.base.connections.PipelineTaskConnectionDict.__init__ | ( | self, | |
* | args, | ||
** | kwargs | ||
) |
Definition at line 63 of file connections.py.
def lsst.pipe.base.connections.PipelineTaskConnectionDict.__setitem__ | ( | self, | |
name, | |||
value | |||
) |
Definition at line 75 of file connections.py.