Skip to content

plugins.get_plugins

Full path: schola.core.utils.plugins.get_plugins

schola.core.utils.plugins.get_plugins

get_plugins

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