caption_abstract property

caption_abstract property

Gets or sets a textual description of the object, particularly used where the object is not text.

Definition:

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

See Also