CompositeSubsetState¶
-
class
glue.core.subset.CompositeSubsetState(state1, state2=None)[source]¶ Bases:
glue.core.subset.SubsetStateThe base class for combinations of subset states.
Attributes Summary
The attributes that the subset state depends on.
Methods Summary
copy(self)Return a copy of the subset state.
to_mask(self, data[, view])Compute the mask for this subset state.
Attributes Documentation
-
op= None¶
Methods Documentation
-