lsst.obs.base  19.0.0-62-g3425666
Public Member Functions | Public Attributes | List of all members
opt.instrument.instrument_option Class Reference

Public Member Functions

def __init__ (self, required=False, help=None)
 
def __call__ (self, f)
 

Public Attributes

 required
 
 help
 

Detailed Description

Definition at line 26 of file instrument.py.

Constructor & Destructor Documentation

◆ __init__()

def opt.instrument.instrument_option.__init__ (   self,
  required = False,
  help = None 
)

Definition at line 27 of file instrument.py.

Member Function Documentation

◆ __call__()

def opt.instrument.instrument_option.__call__ (   self,
  f 
)

Definition at line 31 of file instrument.py.

Member Data Documentation

◆ help

opt.instrument.instrument_option.help

Definition at line 29 of file instrument.py.

◆ required

opt.instrument.instrument_option.required

Definition at line 28 of file instrument.py.


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