ewokscore.variable#
Functions
|
|
|
Meant for task schedulers that pass data (see VariableContainer.variable_transfer_*) |
|
Meant for task schedulers that pass data (see VariableContainer.variable_transfer_data) |
Classes
|
An mutable mapping of variable identifiers (str or int) to variables (Variable). |
|
Expose getting variable values through attributes and indexing |
|
Has a runtime value (python object) and a persistent value (disk or memory). |
|
An immutable mapping of variable identifiers (str or int) to variables (Variable). |
|
Expose missing variable values through attributes and indexing |
|
Expose getting and setting variable values through attributes and indexing |
Exceptions