content property

content property

Content of the text

Definition:

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

See Also