Paramdict Properties (paramdict.paramDictProperties)¶
- paramdict.paramDictProperties.SET = ValueStatus.SET¶
Specific representation of a value that has been set.
- paramdict.paramDictProperties.UNSET = ValueStatus.UNSET¶
Specific representation of an unset value.
- class paramdict.paramDictProperties.pEnm(func)[source]¶
Enum property. Type checking enforced. Must be set before getting.
- class paramdict.paramDictProperties.pEnmList(func)[source]¶
Enum List property. Type checking enforced. Must be set before getting.
- class paramdict.paramDictProperties.pEnmListOpt(func)[source]¶
Enum List property. Type checking enforced. Optional.
- class paramdict.paramDictProperties.pEnmOpt(func)[source]¶
Enum property. Type checking enforced. Optional.
- class paramdict.paramDictProperties.pList(func)[source]¶
List property. Type checking enforced. Must be set before getting.
- class paramdict.paramDictProperties.pListOpt(func)[source]¶
List property. Type checking enforced. Optional.
- class paramdict.paramDictProperties.pPd(func)[source]¶
ParamDict property. Type checking enforced. Must be set before getting.
- class paramdict.paramDictProperties.pPdList(func)[source]¶
ParamDict List property. Type checking enforced. Must be set before getting.
- class paramdict.paramDictProperties.pPdListOpt(func)[source]¶
ParamDict List property. Type checking enforced. Optional.
- class paramdict.paramDictProperties.pPdOpt(func)[source]¶
ParamDict property. Type checking enforced. Optional.
- class paramdict.paramDictProperties.pSimple(func)[source]¶
Simple property. No type checking. Must be set before getting.
- class paramdict.paramDictProperties.pSimpleOpt(func)[source]¶
Simple property. No type checking. Optional.