Skip to content

schola.core.utils.get_plugins

Function Definition

schola.core.utils.get_plugins(group_name)

Returns a list of plugins for a given group name.

Parameters

group_name

Type: str
The name of the plugin group to search for.

Returns

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

Return type: List