project_io_list_supporting_plugins

glotaran.cli.commands.util.project_io_list_supporting_plugins(method_name: str, block_list: Iterable[str] | None = None) Iterable[str][source]

List all project-io plugin that implement method_name.

Parameters:
  • method_name (str) – Name of the method which should be supported.

  • block_list (Iterable[str]) – Iterable of plugin names which should be omitted.