ComponentID¶
-
class
glue.core.component_id.ComponentID(label, hidden=False)[source]¶ Bases:
objectReferences a
glue.core.component.Componentobject within aDataobject.ComponentIDs behave as keys:
component_id = data.id[name] data[component_id] -> numpy array
Parameters: label (str) – Name for the ID Attributes Summary
hiddenWhether to hide the component by default labelAttributes Documentation
Whether to hide the component by default
-
label¶