lories.application.view.pages.layout.card ========================================= .. py:module:: lories.application.view.pages.layout.card .. autoapi-nested-parse:: lories.application.view.pages.layout.card ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Classes ------- .. autoapisummary:: lories.application.view.pages.layout.card.PageCard Module Contents --------------- .. py:class:: PageCard(horizontal: bool = True, style: Dict[str, Any] = None, **kwargs) Bases: :py:obj:`dash_bootstrap_components.Card`, :py:obj:`collections.abc.MutableSequence`\ [\ :py:obj:`PageCardItem`\ ] .. autoapi-inheritance-diagram:: lories.application.view.pages.layout.card.PageCard :parts: 1 :private-bases: All the operations on a read-write sequence. Concrete subclasses must provide __new__ or __init__, __getitem__, __setitem__, __delitem__, __len__, and insert(). .. py:method:: append(*children: Any, focus: bool = False) -> None S.append(value) -- append value to the end of the sequence .. py:method:: extend(items: Iterable[PageCardItem] | PageCard) -> None S.extend(iterable) -- extend sequence by appending elements from the iterable .. py:method:: insert(index: int, item: PageCardItem) -> None S.insert(index, value) -- insert value before index