exopy.measurement.editors.standard_editor module¶
Editor using the task views.
-
class
exopy.measurement.editors.standard_editor.StandardEditor(parent=None, **kwargs)¶ Bases:
exopy.measurement.editors.base_editor.BaseEditorStandard editor displaying the selected task using the task view.
-
root_view¶ 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.
-
set_view_for¶
-
workbench¶ 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.
-