lories.application.view.pages.group#

Classes#

PageGroup

Helper class that provides a standard way to create an ABC using

Module Contents#

class lories.application.view.pages.group.PageGroup(*args, **kwargs)#

Bases: lories.application.view.pages.Page, collections.abc.MutableSequence[P], Generic[P]

Inheritance diagram of lories.application.view.pages.group.PageGroup

Helper class that provides a standard way to create an ABC using inheritance.

insert(index: int, page: P) None#

S.insert(index, value) – insert value before index