show_project_io_method_help

glotaran.plugin_system.project_io_registration.show_project_io_method_help(format_name: str, method_name: ProjectIoMethods) None[source]

Show help for the implementation of project io plugin methods.

Parameters:
  • format_name (str) – Format the method should support.

  • method_name ({'load_model', 'write_model', 'load_parameters', 'write_parameters', 'load_scheme', 'write_scheme', 'load_result', 'write_result'}) – Method name.