set_data_plugin

glotaran.plugin_system.data_io_registration.set_data_plugin(format_name: str, full_plugin_name: str) None[source]

Set the plugin used for a specific data format.

This function is useful when you want to resolve conflicts of installed plugins or overwrite the plugin used for a specific format.

Effected functions:

Parameters:
  • format_name (str) – Format name used to refer to the plugin when used for save and load functions.

  • full_plugin_name (str) – Full name (import path) of the registered plugin.