|
lsst.pex.config
14.0-2-g319577b+7
|
Public Member Functions | |
| def | __init__ (self, name, bases, dict_) |
| def | __setattr__ (self, name, value) |
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).
| def lsst.pex.config.config.ConfigMeta.__init__ | ( | self, | |
| name, | |||
| bases, | |||
| dict_ | |||
| ) |
| def lsst.pex.config.config.ConfigMeta.__setattr__ | ( | self, | |
| name, | |||
| value | |||
| ) |
1.8.13