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