named_expressions#
Bases:
TUIMenu
Enters 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:
TUIMethod
Creates a new named expression.
Bases:
TUIMethod
Computes and prints the value of an expression. This is only available for expressions that evaluate to a single value.
Bases:
TUIMethod
Allows you to copy an existing named expression.
Bases:
TUIMethod
Allows you to delete a named expression, as long as it is not in use.
Bases:
TUIMethod
Allows you to edit the definition of a named expression.
Bases:
TUIMethod
Export one or more named expressions to a file in TSV format.
Bases:
TUIMethod
Import one or more named expressions saved in TSV format.
Bases:
TUIMethod
Lists all of the currently defined named expressions.
Bases:
TUIMethod
Lists the definition of a named expression.