is_known_project_format

glotaran.plugin_system.project_io_registration.is_known_project_format(format_name: str) bool[source]

Check if a data format is in the project_io registry.

Parameters:

format_name (str) – Name of the project io plugin under which it is registered.

Returns:

Whether or not the data format is a registered project io plugin.

Return type:

bool