named_expressions#
Bases:
TUIMenuEnters the named expressions menu.
Methods:
__init__(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
add(service, version, mode, path)Creates a new named expression.
compute(service, version, mode, path)Computes and prints the value of an expression.
copy(service, version, mode, path)Allows you to copy an existing named expression.
delete(service, version, mode, path)Allows you to delete a named expression, as long as it is not in use.
edit(service, version, mode, path)Allows you to edit the definition of a named expression.
export_to_tsv(service, version, mode, path)Export one or more named expressions to a file in TSV format.
import_from_tsv(service, version, mode, path)Import one or more named expressions saved in TSV format.
list(service, version, mode, path)Lists all of the currently defined named expressions.
list_properties(service, version, mode, path)Lists the definition of a named expression.
__init__ method of TUIMenu class.
Bases:
TUIMethodCreates a new named expression.
Bases:
TUIMethodComputes and prints the value of an expression. This is only available for expressions that evaluate to a single value.
Bases:
TUIMethodAllows you to copy an existing named expression.
Bases:
TUIMethodAllows you to delete a named expression, as long as it is not in use.
Bases:
TUIMethodAllows you to edit the definition of a named expression.
Bases:
TUIMethodExport one or more named expressions to a file in TSV format.
Bases:
TUIMethodImport one or more named expressions saved in TSV format.
Bases:
TUIMethodLists all of the currently defined named expressions.
Bases:
TUIMethodLists the definition of a named expression.