1312 type. |
1312 type. |
1313 |
1313 |
1314 Plugins supporting this functionality must support the module function |
1314 Plugins supporting this functionality must support the module function |
1315 clearPrivateData() and have the module level attribute pluginType. |
1315 clearPrivateData() and have the module level attribute pluginType. |
1316 |
1316 |
1317 @param type_ type of the plugin to be activated (string) |
1317 @param type_ type of the plugin to clear private data for (string) |
1318 """ |
1318 """ |
1319 for name, module in \ |
1319 for name, module in \ |
1320 list(self.__onDemandActiveModules.items()) + \ |
1320 list(self.__onDemandActiveModules.items()) + \ |
1321 list(self.__onDemandInactiveModules.items()) + \ |
1321 list(self.__onDemandInactiveModules.items()) + \ |
1322 list(self.__activeModules.items()) + \ |
1322 list(self.__activeModules.items()) + \ |