System.call_models#

System.call_models(method: str, models: OrderedDict, *args, **kwargs)[source]#

Call methods on the given models.

Parameters:
methodstr

Name of the model method to be called

modelsOrderedDict, list, str

Models on which the method will be called

args

Positional arguments to be passed to the model method

kwargs

Keyword arguments to be passed to the model method

Returns:
The return value of the models in an OrderedDict