set_total_name method

set_total_name

Sets the total name of specific function.

def set_total_name(self, function_type, name):
    ...
ParameterTypeDescription
function_typeConsolidationFunctionThe function type.
namestrThe total name of the function.

See Also