CR property

ControlChar.CR property

Carriage return character: “\x000d” or “\r”. Same as ControlChar.PARAGRAPH_BREAK.

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

See Also