SubsetState¶
-
class
glue.core.subset.SubsetState[source]¶ Bases:
objectThe base class for all subset states.
This defaults to an empty subset.
Attributes Summary
The attributes that the subset state depends on.
Methods Summary
copy(self)Return a copy of the subset state.
to_index_list(self, data)to_mask(self, data[, view])Compute the mask for this subset state.
Attributes Documentation
Methods Documentation