SECTION_BREAK property

ControlChar.SECTION_BREAK property

End of section character: “\x000c” or “\f”. Note it has the same value as ControlChar.PAGE_BREAK.

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

See Also