cytoflowgui.editors.subset_list_editor

An editor for lists of ISubset. For each entry in the list, creates an appropriate instance editor, each set up with appropriate ranges, values, etc. from the experiment conditions and metadata.

class cytoflowgui.editors.subset_list_editor.SubsetListEditor(*args: Any, **kwargs: Any)[source]

Bases: cytoflowgui.editors.vertical_list_editor.VerticalListEditor

conditions

The name of the trait containing the names –> values dict

alias of traits.trait_types.Str

metadata

The name of the trait containing the metadata dictionary

alias of traits.trait_types.Str

when

A string to evaluate on the metadata to see if we include this condition in the editor

alias of traits.trait_types.Str

mutable = <traits.trait_types.Bool object>