1491 """ |
1491 """ |
1492 Public method to clear the private data of plug-ins of a specified |
1492 Public method to clear the private data of plug-ins of a specified |
1493 type. |
1493 type. |
1494 |
1494 |
1495 Plugins supporting this functionality must support the module function |
1495 Plugins supporting this functionality must support the module function |
1496 clearPrivateData() and have the module level attribute pluginType. |
1496 'clearPrivateData()' (and may have the module level attribute 'pluginType'). |
1497 |
1497 |
1498 @param type_ type of the plugin to clear private data for |
1498 @param type_ type of the plugin to clear private data for |
1499 @type str |
1499 @type str |
1500 """ |
1500 """ |
1501 for module in itertools.chain( |
1501 for module in itertools.chain( |