LINE_BREAK property

ControlChar.LINE_BREAK property

Line break character: “\x000b” or “\v”.

@property
def LINE_BREAK(self) -> str:
    ...

See Also