content property

content property

See the content property definition in CSS2.

Definition:

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

See Also