solver.tui.define.named_expressions#

class main_menu.define.named_expressions(path, service)#

Enters the named expressions menu.

add(*args, **kwargs)#

Creates a new named expression.

compute(*args, **kwargs)#

Computes and prints the value of an expression. This is only available for expressions that evaluate to a single value.

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.