GroupedSubset#

class glue.core.subset_group.GroupedSubset(data, group)[source]#

Bases: Subset

A member of a SubsetGroup, whose internal representation is shared with other group members

Parameters:
dataData

Instance to bind to.

groupSubsetGroup

Create a new subset object.

Note: the preferred way for creating subsets is via new_subset_group(). Manually-instantiated subsets will probably not be represented properly by the UI

Attributes Summary

label

style

subset_group

subset_state

verbose_label

Attributes Documentation

label = None#
style[source]#
subset_group[source]#
subset_state = None#
verbose_label[source]#