Test Failed
Pull Request — master (#862)
by Daniil
03:30
created

examples.plugin_examples.plugin_templates.general.plugin_template10_tools   A

Complexity

Total Complexity 0

Size/Duplication

Total Lines 5
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
eloc 3
dl 0
loc 5
rs 10
c 0
b 0
f 0
wmc 0
1
from savu.plugins.plugin_tools import PluginTools
2
3
class PluginTemplate10Tools(PluginTools):
4
    """
5
    A plugin template that dynamically determines the number of input
6
    datasets based on the number of entries in the in_datasets parameter list.
7
    """