exopy.tasks.tasks.logic.views.loop_iterable_view module

View for the LoopIterableInterface.

class exopy.tasks.tasks.logic.views.loop_iterable_view.IterableLoopField(parent=None, **kwargs)

Bases: exopy.utils.widgets.qt_completers.QtLineCompleter

Field for IterableLoopÎnterface.

interface

A value which allows objects of a given type or types.

Values will be tested using the PyObject_IsInstance C API call. This call is equivalent to isinstance(value, kind) and all the same rules apply.

The value of an Instance may be set to None.

root

A value which allows objects of a given type or types.

Values will be tested using the PyObject_IsInstance C API call. This call is equivalent to isinstance(value, kind) and all the same rules apply.

The value of an Instance may be set to None.

class exopy.tasks.tasks.logic.views.loop_iterable_view.IterableLoopLabel(parent=None, **kwargs)

Bases: enaml.widgets.label.Label

Label for IterableLoopÎnterface.

inline

A value which allows objects of a given type or types.

Values will be tested using the PyObject_IsInstance C API call. This call is equivalent to isinstance(value, kind) and all the same rules apply.

The value of an Instance may be set to None.

interface

A value which allows objects of a given type or types.

Values will be tested using the PyObject_IsInstance C API call. This call is equivalent to isinstance(value, kind) and all the same rules apply.

The value of an Instance may be set to None.

root

A value which allows objects of a given type or types.

Values will be tested using the PyObject_IsInstance C API call. This call is equivalent to isinstance(value, kind) and all the same rules apply.

The value of an Instance may be set to None.