registered_plugins

glotaran.plugin_system.base_registry.registered_plugins(plugin_registry: MutableMapping[str, _PluginType], full_names: bool = False) list[str][source]

Names of the plugins in the given registry.

Parameters:
  • plugin_registry (MutableMapping[str, _PluginType]) – Registry to search in.

  • full_names (bool) – Whether to display the full names the plugins are registered under as well.

Returns:

List of plugin names in plugin_registry.

Return type:

list[str]