Searched refs:plugin_type (Results 1 – 2 of 2) sorted by relevance
54 for plugin_type in PLUGIN_TYPES:55 result += '\n\n%s PLUGINS\n\n' % plugin_type.upper()56 for name, plugin in PluginMgr.get_plugins(plugin_type).items():
38 def plugin_type(self): member in IndexPlugin