ComponentID#

class glue.core.component_id.ComponentID(label, parent=None)#

Bases: object

References a glue.core.component.Component object within a Data object.

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

Attributes Documentation

label#
uuid#

Methods Documentation

to_html()#