RIAssigner.cli.CreateMethodAction ================================= .. py:module:: RIAssigner.cli.CreateMethodAction Functions --------- .. autoapisummary:: RIAssigner.cli.CreateMethodAction.create_method Module Contents --------------- .. py:function:: create_method(method_name) Create a computation method instance. :param method_name: Name of the method. Supported methods are 'kovats' and 'cubicspline'. :type method_name: str :returns: Computation method instance. :rtype: ComputationMethod