ConfigMeta¶
- 
class lsst.pex.config.ConfigMeta(name, bases, dict_)¶
- Bases: - type- A metaclass for - lsst.pex.config.Config.- Notes - ConfigMetaadds a dictionary containing all- Fieldclass 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).- Methods Summary - mro($self, /)- Return a type’s method resolution order. - Methods Documentation - 
mro($self, /)¶
- Return a type’s method resolution order. 
 
-