lsst.pipe.base  19.0.0-5-gfe96e6c+1
Public Member Functions | List of all members
lsst.pipe.base.connections.OutputQuantizedConnection Class Reference
Inheritance diagram for lsst.pipe.base.connections.OutputQuantizedConnection:
lsst.pipe.base.connections.QuantizedConnection

Public Member Functions

def __setattr__
 
def __delattr__ (self, name)
 
def __iter__ (self)
 
def keys (self)
 

Detailed Description

Definition at line 246 of file connections.py.

Member Function Documentation

◆ __delattr__()

def lsst.pipe.base.connections.QuantizedConnection.__delattr__ (   self,
  name 
)
inherited

Definition at line 220 of file connections.py.

◆ __iter__()

def lsst.pipe.base.connections.QuantizedConnection.__iter__ (   self,
  typing,
  Generator,
  typing,
  Tuple,
  str,
  typing,
  Union,
  DatasetRef,
  typing,
  List,
  DatasetRef,
  None,
  None 
)
inherited
Make an Iterator for this QuantizedConnection

Iterating over a QuantizedConnection will yield a tuple with the name
of an attribute and the value associated with that name. This is
similar to dict.items() but is on the namespace attributes rather than
dict keys.

Definition at line 225 of file connections.py.

◆ __setattr__()

def lsst.pipe.base.connections.QuantizedConnection.__setattr__ (   self,
  name 
)
inherited

Definition at line 215 of file connections.py.

◆ keys()

def lsst.pipe.base.connections.QuantizedConnection.keys (   self,
  typing,
  Generator,
  str,
  None,
  None 
)
inherited
Returns an iterator over all the attributes added to a
QuantizedConnection class

Definition at line 235 of file connections.py.


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