abstract property

abstract property

Gets or sets a summary of the resource.

Definition:

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

See Also