(class from pyomo.common.flags)
pyomo.common.flags
Bases: object
object
Class to be used to indicate that an optional argument was not specified, if None may be ambiguous. Usage:
Examples
>>> def foo(value=NOTSET): ... if value is NOTSET: ... pass # no argument was provided to `value`
Methods
__init__()
__init__
Member Documentation