selector_text property

selector_text property

The textual representation of the selector for the rule set. The implementation may have stripped out insignificant whitespace while parsing the selector.

Definition:

@property
def selector_text(self):
    ...

See Also