description property

description property

Gets the tag that labels properties containing a description of a file.

Definition:

@property
def description(self):
    ...
@description.setter
def description(self, value):
    ...

See Also