Definition at line 268 of file namespace.py.
◆ __init__()
| def robotide.namespace.namespace._VariableStash.__init__ |
( |
|
self | ) |
|
◆ __iter__()
| def robotide.namespace.namespace._VariableStash.__iter__ |
( |
|
self | ) |
|
◆ _empty_value_for_variable_type()
| def robotide.namespace.namespace._VariableStash._empty_value_for_variable_type |
( |
|
self, |
|
|
|
name |
|
) |
| |
|
private |
◆ _get_prefix()
| def robotide.namespace.namespace._VariableStash._get_prefix |
( |
|
self, |
|
|
|
value |
|
) |
| |
|
private |
◆ load_builtin_global_vars()
| def robotide.namespace.namespace._VariableStash.load_builtin_global_vars |
( |
|
self | ) |
|
◆ replace_variables()
| def robotide.namespace.namespace._VariableStash.replace_variables |
( |
|
self, |
|
|
|
value |
|
) |
| |
◆ set()
| def robotide.namespace.namespace._VariableStash.set |
( |
|
self, |
|
|
|
name, |
|
|
|
value, |
|
|
|
source |
|
) |
| |
◆ set_argument()
| def robotide.namespace.namespace._VariableStash.set_argument |
( |
|
self, |
|
|
|
name, |
|
|
|
value |
|
) |
| |
◆ set_from_file()
| def robotide.namespace.namespace._VariableStash.set_from_file |
( |
|
self, |
|
|
|
varfile_path, |
|
|
|
args |
|
) |
| |
◆ set_from_variable_table()
| def robotide.namespace.namespace._VariableStash.set_from_variable_table |
( |
|
self, |
|
|
|
variable_table |
|
) |
| |
◆ _sources
| robotide.namespace.namespace._VariableStash._sources |
|
private |
◆ _vars
| robotide.namespace.namespace._VariableStash._vars |
|
private |
◆ ARGUMENT_SOURCE
| robotide.namespace.namespace._VariableStash.ARGUMENT_SOURCE = object() |
|
static |
◆ global_variables
| dictionary robotide.namespace.namespace._VariableStash.global_variables |
|
static |
The documentation for this class was generated from the following file: