exopy.tasks.tasks.logic.views.loop_linspace_view module

View for the LinspaceLoopInterface.

class exopy.tasks.tasks.logic.views.loop_linspace_view.LinspaceLoopView(parent=None, **kwargs)

Bases: enaml.widgets.splitter.Splitter

View for the LinspaceLoopInterface.

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.