lsst.pex.config  15.0-1-gae1598d+17
Public Member Functions | List of all members
lsst.pex.config.config.ConfigMeta Class Reference
Inheritance diagram for lsst.pex.config.config.ConfigMeta:
lsst.pex.config.config.Config

Public Member Functions

def __init__ (self, name, bases, dict_)
 
def __setattr__ (self, name, value)
 

Detailed Description

A metaclass for Config

Adds a dictionary containing all Field class attributes
as a class attribute called '_fields', and adds the name of each field as
an instance variable of the field itself (so you don't have to pass the
name of the field to the field constructor).

Definition at line 92 of file config.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.pex.config.config.ConfigMeta.__init__ (   self,
  name,
  bases,
  dict_ 
)

Definition at line 100 of file config.py.

Member Function Documentation

◆ __setattr__()

def lsst.pex.config.config.ConfigMeta.__setattr__ (   self,
  name,
  value 
)

Definition at line 121 of file config.py.


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