subject property

subject property

Gets the tag that denotes the subject the intellectual content is focused on.

Definition:

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

See Also