Bases: object
A descriptor for classes that have a meta property.
This can be set to any valid Mapping.
- Parameters:
- doc
str, optional Documentation for the attribute of the class.
Default is "".
- copy
bool, optional If True the the value is deepcopied before setting, otherwise it
is saved as reference.
Default is True.