ewoksorange.gui.orange_utils.signals.Input#

class ewoksorange.gui.orange_utils.signals.Input(name, type, *args, ewoksname='', **kwargs)[source]#

Bases: Input

Parameters:

ewoksname (str)

Closed = Closed#
bound_signal(widget)#

Return a copy of the signal bound to a widget.

Called from WidgetSignalsMixin.__init__

default = None#
doc = None#
explicit = None#
flags = None#
static get_flags(multiple, default, explicit, dynamic)#

Compute flags from arguments

handler = ''#
id = None#
name = ''#
replaces = None#
single = None#
type = ''#
property types: Tuple[str, ...]#

The normalized type specification. This is a tuple of qualified type names that were passed to the constructor.

Added in version 0.1.5.

Type:

Tuple[str, …]