LF property

ControlChar.LF property

Line feed character: “\x000a” or “\n”. Same as ControlChar.LINE_FEED.

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

See Also