ComponentID#
- class glue.core.component_id.ComponentID(label, parent=None)#
Bases:
objectReferences a
glue.core.component.Componentobject within aDataobject.ComponentIDs behave as keys:
component_id = data.id[name] data[component_id] -> numpy array
- Parameters:
- labelstr
Name for the component ID.
Attributes Summary
Methods Summary
to_html()Attributes Documentation
- label#
- uuid#
Methods Documentation
- to_html()#