| Total Complexity | 1 | 
| Total Lines | 11 | 
| Duplicated Lines | 0 % | 
| Changes | 0 | ||
| 1 | from savu.plugins.plugin_tools import PluginTools  | 
            ||
| 2 | |||
| 3 | class PluginTemplate8Tools(PluginTools):  | 
            ||
| 4 | """  | 
            ||
| 5 | A plugin template that dynamically determines the number of output  | 
            ||
| 6 | datasets based on the number of entries in the out_datasets parameter list.  | 
            ||
| 7 | """  | 
            ||
| 8 | |||
| 9 | def define_parameters(self):  | 
            ||
| 10 | """  | 
            ||
| 11 | example:  | 
            ||
| 16 | """  |