clear property

clear property

Control flow of text around floats. See the clear attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

Definition:

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

See Also