is_known_data_format

glotaran.plugin_system.data_io_registration.is_known_data_format(format_name: str) bool[source]

Check if a data format is in the data_io registry.

Parameters:

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

Returns:

Whether or not the data format is a registered data io plugins.

Return type:

bool