src/eric7/PluginManager/PluginManager.py

branch
eric7
changeset 10800
c6ce5522be30
parent 10760
f702f6781b05
child 10806
2f6df822e3b9
equal deleted inserted replaced
10799:7f5228900da5 10800:c6ce5522be30
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(

eric ide

mercurial