SubsetGroup#
- class glue.core.subset_group.SubsetGroup(label=None, subset_state=None, **kwargs)#
Bases:
HubListenerCreate a new empty SubsetGroup
Note: By convention, SubsetGroups should be created via
glue.core.data_collection.DataCollection.new_subset_group()Attributes Summary
Methods Summary
broadcast(item)paste(other_subset)Paste subset state from other_subset onto self
register(data)Register to a
DataCollectionregister_to_hub(hub)Attributes Documentation
- style#
Methods Documentation
- broadcast(item)#
- paste(other_subset)#
Paste subset state from other_subset onto self
- register(data)#
Register to a
DataCollectionThis is called automatically by
glue.core.data_collection.DataCollection.new_subset_group()
- register_to_hub(hub)#