css_text property

css_text property

The parsable textual representation of the rule. This reflects the current state of the rule and not its initial value.

Definition:

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

See Also