show_method_help

glotaran.plugin_system.base_registry.show_method_help(plugin: object | type[object], method_name: str) None[source]

Show help on a method as if it was called directly on it.

Parameters:
  • plugin (object | type[object],) – Plugin instance or class.

  • method_name (str) – Method name, e.g. load_megacomplex.