quotes property

quotes property

See the quotes property definition in CSS2.

Definition:

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

See Also