MetaData¶
- class astropy.utils.metadata.MetaData(doc='', copy=True)[source]¶
Bases:
objectA descriptor for classes that have a
metaproperty.This can be set to any valid
Mapping.- Parameters:
- doc
str, optional Documentation for the attribute of the class. Default is
"".New in version 1.2.
- copy
bool, optional If
Truethe the value is deepcopied before setting, otherwise it is saved as reference. Default isTrue.New in version 1.2.
- doc