named_expressions#
Bases:
TUIMenu
Enters the named expressions menu.
Methods:
add
(*args, **kwargs)Creates a new named expression.
compute
(*args, **kwargs)Computes and prints the value of an expression.
copy
(*args, **kwargs)Allows you to copy an existing named expression.
delete
(*args, **kwargs)Allows you to delete a named expression, as long as it is not in use.
edit
(*args, **kwargs)Allows you to edit the definition of a named expression.
export_to_tsv
(*args, **kwargs)Export one or more named expressions to a file in TSV format.
import_from_tsv
(*args, **kwargs)Import one or more named expressions saved in TSV format.
list
(*args, **kwargs)Lists all of the currently defined named expressions.
list_properties
(*args, **kwargs)Lists the definition of a named expression.
Creates a new named expression.
Computes and prints the value of an expression. This is only available for expressions that evaluate to a single value.
Allows you to copy an existing named expression.
Allows you to delete a named expression, as long as it is not in use.
Allows you to edit the definition of a named expression.
Export one or more named expressions to a file in TSV format.
Import one or more named expressions saved in TSV format.
Lists all of the currently defined named expressions.
Lists the definition of a named expression.