create_expression_file#

FieldsCalculator.create_expression_file(name, operations)[source]#

Create a calculator expression file.

Parameters:
namestr

Name of the expression.

operationslist

List of operations in the calculator.

Returns:
str, bool

Path of the calculator expression file when successful, False when failed.