orangecontrib.ewokstest.sumlist_one_thread.SumListOneThread#

class orangecontrib.ewokstest.sumlist_one_thread.SumListOneThread(*args, captionTitle=None, **kwargs)#

Simple demo class that contains a single thread to execute SumList.run when requested. If a processing is requested when the thread is already running this will be refused

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 at most one thread'#

Short widget description, displayed in canvas help tooltips.

ewokstaskclass#

alias of SumList

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

Widget icon path, relative to the defining module.

list_ewoks_setter(value)#
name: str = 'SumList one 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)