Examples
API
References
Retrieves the value of a Variable.
col (str) – the variable collection.
str
name (str) – the name of the variable.
default (Optional[TypeVar(T)]) – the default value to return if the variable does not exist in this scope.
Optional
TypeVar
T
TypeVar(T)
The value of the input variable, of the default value if the variable doesn’t exist in this scope.