lsst.pipe.base  21.0.0-18-g546cdbd+1055867a56
Public Member Functions | List of all members
lsst.pipe.base.config.TemplateField Class Reference
Inheritance diagram for lsst.pipe.base.config.TemplateField:

Public Member Functions

def __set__ (self, instance, value, at=None, label='assignment')
 

Detailed Description

This Field is specialized for use with connection templates.
Specifically it treats strings or numbers as valid input, as occasionally
numbers are used as a cycle counter in templates.

The reason for the specialized field, is that when numbers are involved
with the config override system through pipelines or from the command line,
sometimes the quoting to get appropriate values as strings gets
complicated. This will simplify the process greatly.

Definition at line 46 of file config.py.

Member Function Documentation

◆ __set__()

def lsst.pipe.base.config.TemplateField.__set__ (   self,
  instance,
  value,
  at = None,
  label = 'assignment' 
)

Definition at line 66 of file config.py.


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