Skip to content

schola.core.utils.get_plugins

schola.core.utils.get_plugins(group_name) : Returns a list of plugins for a given group name.

Parameters: : group_name (str) – The name of the plugin group to search for.

Returns: : A list of loaded plugin objects for the specified group name.

Return type: : List