white_space property

white_space property

See the white-space property definition in CSS2.

Definition:

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

See Also