SimpleAttr#
- class sunpy.net.attr.SimpleAttr(value)[source]#
Bases:
DataAttrAn 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
Methods Summary
collides(other)Attributes Documentation
- type_name#
Methods Documentation