GroupBase.add#

GroupBase.add(idx, model)[source]#

Register an idx from model_name to the group

Parameters
idx: Union[str, float, int]

Register an element to a model

model: Model

instance of the model

Returns