cytoflow.views.i_selectionview
ISelectionView – a decorator that lets you add selections to an IView.
-
class cytoflow.views.i_selectionview.ISelectionView[source]
Bases: 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