cytoflow.views.i_selectionview

class cytoflow.views.i_selectionview.ISelectionView[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