supported_file_extensions_project_io

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

Get project 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, PROJECT_IO_METHODS