PythonSampleApp/sample_app.py

16 lines
533 B
Python
Raw Normal View History

2022-10-18 15:22:27 +02:00
# This function was automatically generated. When modifying its signature, take care to apply
# modifications also to the descriptor files in the repository.
def main(numbers_file, multiplier):
"""
Main function for application: PYTHONSAMPLEAPP
Arguments:
numbers_file: path to input file of type 'text_data'
multiplier: parameter of type 'INTEGER'
Returns:
A file named 'multiplied_numbers_plot.png' of type 'image_data' and format 'PNG'
"""
# TODO: Put your application code here