for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
from savu.plugins.plugin_tools import PluginTools
class PluginTemplate6Tools(PluginTools):
"""
A plugin template that dynamically determines the number of output
datasets based on a parameter.
def define_parameters(self):
n_out:
visibility: basic
dtype: int
description: Add this number of output datasets
default: 1
out_prefix:
dtype: [None, str]
description: What should the datasets be called
default: None