RIAssigner.cli.CreateMethodAction

Functions

create_method(method_name)

Create a computation method instance.

Module Contents

RIAssigner.cli.CreateMethodAction.create_method(method_name)[source]

Create a computation method instance.

Parameters:

method_name (str) – Name of the method. Supported methods are ‘kovats’ and ‘cubicspline’.

Returns:

Computation method instance.

Return type:

ComputationMethod