ComponentID

class glue.core.component_id.ComponentID(label, parent=None)[source]

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

label

uuid

Methods Summary

to_html(self)

Attributes Documentation

label[source]
uuid[source]

Methods Documentation

to_html(self)[source]