css_text property

css_text property

A string representation of the current value.

Definition:

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

See Also