(class from pyomo.common.config)
pyomo.common.config
Bases: object
object
Mixin class to support delayed data initialization.
This mixin can be used to create a derived Config class that hides the (uninitialized) _data attribute behind a property. Any attempt to access the _data will trigger the initialization of the Config object from its _default value. Setting the _data attribute will also trigger resolution of the Config object, but without processing the _default__.
_data
_default
_default__
Methods
__init__()
__init__
Member Documentation