exopy_pulses.pulses.contexts.views.template_context_view module

class exopy_pulses.pulses.contexts.views.template_context_view.Mapping(parent=None, **kwargs)

Bases: enaml.widgets.flow_item.FlowItem

key

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.

mapping

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.

values

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_pulses.pulses.contexts.views.template_context_view.MappingEditor(parent=None, **kwargs)

Bases: enaml.widgets.container.Container

context

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_pulses.pulses.contexts.views.template_context_view.TemplateContextView(parent=None, **kwargs)

Bases: exopy_pulses.pulses.contexts.views.base_context_view.BaseContextView

View for a template context.

edition_mode

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.