Examples
API
References
Updates the value of the given variable if it is mutable, or an error otherwise.
col (str) – the variable collection.
str
name (str) – the name of the variable.
value (Any) – the new value of the variable.
Any