(class from pyomo.common.config)
pyomo.common.config
Bases: object
object
Domain validator for type checking.
*bases (tuple of type) – Valid types.
document_full_base_names (bool, optional) – True to prepend full module qualifier to the name of each member of bases in self.domain_name() and/or any error messages generated by this object, False otherwise.
self.domain_name()
Methods
__init__(*bases[, document_full_base_names])
__init__
domain_name()
domain_name
Member Documentation