SimpleAttr#

class sunpy.net.attr.SimpleAttr(value)[source]#

Bases: DataAttr

An attribute that only has a single value.

This type of attribute is not a composite and has a single value such as Instrument('EIT').

Parameters:

value (object) – The value for the attribute to hold.

Attributes Summary

type_name

Methods Summary

collides(other)

Attributes Documentation

type_name#

Methods Documentation

collides(other)[source]#