Searched refs:_PLUGINS (Results 1 – 1 of 1) sorted by relevance
34 _PLUGINS = dict() variable144 _PLUGINS.setdefault((self.plugin_type, self.plugin_id), []).append(147 _PLUGINS.setdefault((self.plugin_type, self.plugin_id), []).insert(168 for key in _PLUGINS:171 if not _PLUGINS.get(key):174 plugins.insert(0, _PLUGINS.get(key)[0])176 plugins.append(_PLUGINS.get(key)[0])180 return _PLUGINS.get((plugin_type, plugin_id), [])205 return dict(_PLUGINS)212 _PLUGINS.clear()