(class from pyomo.common.deprecation)
pyomo.common.deprecation
Bases: NamedTuple
NamedTuple
Methods
__init__()
__init__
count(value, /)
count
Return number of occurrences of value.
index(value[, start, stop])
index
Return first index of value.
Attributes
logger
Alias for field number 3
msg
Alias for field number 2
new_name
Alias for field number 1
old_name
Alias for field number 0
remove_in
Alias for field number 5
version
Alias for field number 4
Member Documentation
Raises ValueError if the value is not present.