supported_file_extensions_data_io

glotaran.plugin_system.data_io_registration.supported_file_extensions_data_io(method_names: str | Sequence[str]) Generator[str, None, None][source]

Get data io formats that support all methods in method_names.

Parameters:

method_names (str | Sequence[str]) – Names of Methods that need to support the file extension.

Yields:

Generator[str, None, None] – File extension supported by all methods in method_names.

See also

supported_file_extensions, DATA_IO_METHODS