variable_exists#

Edb.variable_exists(variable_name)[source]#

Check if a variable exists or not.

Returns:
tuple of bool and VaribleServer

It returns a booleand to check if the variable exists and the variable server that should contain the variable.