orangecontrib.ewokstest.sumlist_several_thread.SumListSeveralThread#

class orangecontrib.ewokstest.sumlist_several_thread.SumListSeveralThread(*args, captionTitle=None, **kwargs)#

Simple demo class that create a new thread each time an execution of SumList2 is required

class Inputs#
delay = Input(name='delay', type=<class 'object'>, handler='delay_ewoks_setter', ...)#
list = Input(name='list', type=<class 'object'>, handler='list_ewoks_setter', ...)#
class Outputs#
sum = Output(name='sum', type=<class 'object'>, ...)#
default_inputs = Setting "None"#
delay_ewoks_setter(value)#
description: str = 'Sum all elements of a list using a new thread for each summation'#

Short widget description, displayed in canvas help tooltips.

ewokstaskclass#

alias of SumList2

icon: str = 'icons/mywidget.svg'#

Widget icon path, relative to the defining module.

list_ewoks_setter(value)#
name: str = 'SumList on several thread'#

Widget name, as presented in the Canvas.

settingsHandler: SettingsHandler = <orangewidget.settings.SettingsHandler object>#

Settings handler, can be overridden for context handling.

want_main_area = True#

Should the widget construct a mainArea? (a resizable area to the right of the controlArea)