is_known_model

glotaran.plugin_system.model_registration.is_known_model(model_type: str) bool[source]

Check if a model is in the model registry.

Parameters

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

Returns

Whether or not the model is registered.

Return type

bool