is_variable_type#
module wntr.sim.aml.expr
- is_variable_type(obj)[source]#
Returns True if the object is a variable.
- Parameters:
obj (ExpressionBase) – Also accepts floats and ints
- Return type:
module wntr.sim.aml.expr
Returns True if the object is a variable.
obj (ExpressionBase) – Also accepts floats and ints