get_model

glotaran.plugin_system.model_registration.get_model(model_type: str) type[Model][source]

Retrieve a model from the model registry.

Parameters

model_type (str) – Name of the model under which it is registered.

Returns

Model class

Return type

type[Model]