subjects property

subjects property

Gets or sets an array of descriptive phrases or keywords that specify the content of the resource.

Definition:

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

See Also