no_wrap property

no_wrap property

Suppress word wrapping. See the nowrap attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

Definition:

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

See Also