Skip to content

Page break item

PageBreakItem

Bases: BaseFormItem

A page break. The title and description of this item are shown at the top of the new page.

Source code in pygsuite/forms/generated/page_break_item.py
class PageBreakItem(BaseFormItem):
    """
    A page break. The title and description of this item are shown at the top of the new page.
    """

    def __init__(self, object_info: Optional[Dict] = None):  # noqa: C901
        generated: Dict = {}

        object_info = object_info or generated
        super().__init__(object_info=object_info)