cytoflow.views.i_selectionview

ISelectionView – a decorator that lets you add selections to an IView.

class cytoflow.views.i_selectionview.ISelectionView(adaptee, default=<class 'traits.adaptation.adaptation_error.AdaptationError'>)[source]

Bases: cytoflow.views.i_view.IView

A decorator that lets you add (possibly interactive) selections to an IView.

Note that this is a Decorator design pattern, not a Python @decorator.

interactive

Is this view’s interactivity turned on?

Type

Bool