|
| 1 | +:py:mod:`ibmcloudant.features.pagination` |
| 2 | +========================================= |
| 3 | + |
| 4 | +.. py:module:: ibmcloudant.features.pagination |
| 5 | +
|
| 6 | +.. autodoc2-docstring:: ibmcloudant.features.pagination |
| 7 | + :parser: myst |
| 8 | + :allowtitles: |
| 9 | + |
| 10 | +Module Contents |
| 11 | +--------------- |
| 12 | + |
| 13 | +Classes |
| 14 | +~~~~~~~ |
| 15 | + |
| 16 | +.. list-table:: |
| 17 | + :class: autosummary longtable |
| 18 | + :align: left |
| 19 | + |
| 20 | + * - :py:obj:`Pager <ibmcloudant.features.pagination.Pager>` |
| 21 | + - .. autodoc2-docstring:: ibmcloudant.features.pagination.Pager |
| 22 | + :parser: myst |
| 23 | + :summary: |
| 24 | + * - :py:obj:`PagerType <ibmcloudant.features.pagination.PagerType>` |
| 25 | + - .. autodoc2-docstring:: ibmcloudant.features.pagination.PagerType |
| 26 | + :parser: myst |
| 27 | + :summary: |
| 28 | + * - :py:obj:`Pagination <ibmcloudant.features.pagination.Pagination>` |
| 29 | + - .. autodoc2-docstring:: ibmcloudant.features.pagination.Pagination |
| 30 | + :parser: myst |
| 31 | + :summary: |
| 32 | + |
| 33 | +Data |
| 34 | +~~~~ |
| 35 | + |
| 36 | +.. list-table:: |
| 37 | + :class: autosummary longtable |
| 38 | + :align: left |
| 39 | + |
| 40 | + * - :py:obj:`I <ibmcloudant.features.pagination.I>` |
| 41 | + - .. autodoc2-docstring:: ibmcloudant.features.pagination.I |
| 42 | + :parser: myst |
| 43 | + :summary: |
| 44 | + * - :py:obj:`K <ibmcloudant.features.pagination.K>` |
| 45 | + - .. autodoc2-docstring:: ibmcloudant.features.pagination.K |
| 46 | + :parser: myst |
| 47 | + :summary: |
| 48 | + * - :py:obj:`R <ibmcloudant.features.pagination.R>` |
| 49 | + - .. autodoc2-docstring:: ibmcloudant.features.pagination.R |
| 50 | + :parser: myst |
| 51 | + :summary: |
| 52 | + |
| 53 | +API |
| 54 | +~~~ |
| 55 | + |
| 56 | +.. py:data:: I |
| 57 | + :canonical: ibmcloudant.features.pagination.I |
| 58 | + :value: 'TypeVar(...)' |
| 59 | + |
| 60 | + .. autodoc2-docstring:: ibmcloudant.features.pagination.I |
| 61 | + :parser: myst |
| 62 | + |
| 63 | +.. py:data:: K |
| 64 | + :canonical: ibmcloudant.features.pagination.K |
| 65 | + :value: 'TypeVar(...)' |
| 66 | + |
| 67 | + .. autodoc2-docstring:: ibmcloudant.features.pagination.K |
| 68 | + :parser: myst |
| 69 | + |
| 70 | +.. py:class:: Pager |
| 71 | + :canonical: ibmcloudant.features.pagination.Pager |
| 72 | + |
| 73 | + Bases: :py:obj:`typing.Protocol`\ [\ :py:obj:`ibmcloudant.features.pagination.I`\ ] |
| 74 | + |
| 75 | + .. autodoc2-docstring:: ibmcloudant.features.pagination.Pager |
| 76 | + :parser: myst |
| 77 | + |
| 78 | + .. py:method:: get_all() -> collections.abc.Sequence[ibmcloudant.features.pagination.I] |
| 79 | + :canonical: ibmcloudant.features.pagination.Pager.get_all |
| 80 | + :abstractmethod: |
| 81 | + |
| 82 | + .. autodoc2-docstring:: ibmcloudant.features.pagination.Pager.get_all |
| 83 | + :parser: myst |
| 84 | + |
| 85 | + .. py:method:: get_next() -> collections.abc.Sequence[ibmcloudant.features.pagination.I] |
| 86 | + :canonical: ibmcloudant.features.pagination.Pager.get_next |
| 87 | + :abstractmethod: |
| 88 | + |
| 89 | + .. autodoc2-docstring:: ibmcloudant.features.pagination.Pager.get_next |
| 90 | + :parser: myst |
| 91 | + |
| 92 | + .. py:method:: has_next() -> bool |
| 93 | + :canonical: ibmcloudant.features.pagination.Pager.has_next |
| 94 | + :abstractmethod: |
| 95 | + |
| 96 | + .. autodoc2-docstring:: ibmcloudant.features.pagination.Pager.has_next |
| 97 | + :parser: myst |
| 98 | + |
| 99 | +.. py:class:: PagerType(*args, **kwds) |
| 100 | + :canonical: ibmcloudant.features.pagination.PagerType |
| 101 | + |
| 102 | + Bases: :py:obj:`enum.Enum` |
| 103 | + |
| 104 | + .. autodoc2-docstring:: ibmcloudant.features.pagination.PagerType |
| 105 | + :parser: myst |
| 106 | + |
| 107 | + .. rubric:: Initialization |
| 108 | + |
| 109 | + .. autodoc2-docstring:: ibmcloudant.features.pagination.PagerType.__init__ |
| 110 | + :parser: myst |
| 111 | + |
| 112 | + .. py:attribute:: POST_ALL_DOCS |
| 113 | + :canonical: ibmcloudant.features.pagination.PagerType.POST_ALL_DOCS |
| 114 | + :value: 'auto(...)' |
| 115 | + |
| 116 | + .. autodoc2-docstring:: ibmcloudant.features.pagination.PagerType.POST_ALL_DOCS |
| 117 | + :parser: myst |
| 118 | + |
| 119 | + .. py:attribute:: POST_DESIGN_DOCS |
| 120 | + :canonical: ibmcloudant.features.pagination.PagerType.POST_DESIGN_DOCS |
| 121 | + :value: 'auto(...)' |
| 122 | + |
| 123 | + .. autodoc2-docstring:: ibmcloudant.features.pagination.PagerType.POST_DESIGN_DOCS |
| 124 | + :parser: myst |
| 125 | + |
| 126 | + .. py:attribute:: POST_FIND |
| 127 | + :canonical: ibmcloudant.features.pagination.PagerType.POST_FIND |
| 128 | + :value: 'auto(...)' |
| 129 | + |
| 130 | + .. autodoc2-docstring:: ibmcloudant.features.pagination.PagerType.POST_FIND |
| 131 | + :parser: myst |
| 132 | + |
| 133 | + .. py:attribute:: POST_PARTITION_ALL_DOCS |
| 134 | + :canonical: ibmcloudant.features.pagination.PagerType.POST_PARTITION_ALL_DOCS |
| 135 | + :value: 'auto(...)' |
| 136 | + |
| 137 | + .. autodoc2-docstring:: ibmcloudant.features.pagination.PagerType.POST_PARTITION_ALL_DOCS |
| 138 | + :parser: myst |
| 139 | + |
| 140 | + .. py:attribute:: POST_PARTITION_FIND |
| 141 | + :canonical: ibmcloudant.features.pagination.PagerType.POST_PARTITION_FIND |
| 142 | + :value: 'auto(...)' |
| 143 | + |
| 144 | + .. autodoc2-docstring:: ibmcloudant.features.pagination.PagerType.POST_PARTITION_FIND |
| 145 | + :parser: myst |
| 146 | + |
| 147 | + .. py:attribute:: POST_PARTITION_SEARCH |
| 148 | + :canonical: ibmcloudant.features.pagination.PagerType.POST_PARTITION_SEARCH |
| 149 | + :value: 'auto(...)' |
| 150 | + |
| 151 | + .. autodoc2-docstring:: ibmcloudant.features.pagination.PagerType.POST_PARTITION_SEARCH |
| 152 | + :parser: myst |
| 153 | + |
| 154 | + .. py:attribute:: POST_PARTITION_VIEW |
| 155 | + :canonical: ibmcloudant.features.pagination.PagerType.POST_PARTITION_VIEW |
| 156 | + :value: 'auto(...)' |
| 157 | + |
| 158 | + .. autodoc2-docstring:: ibmcloudant.features.pagination.PagerType.POST_PARTITION_VIEW |
| 159 | + :parser: myst |
| 160 | + |
| 161 | + .. py:attribute:: POST_SEARCH |
| 162 | + :canonical: ibmcloudant.features.pagination.PagerType.POST_SEARCH |
| 163 | + :value: 'auto(...)' |
| 164 | + |
| 165 | + .. autodoc2-docstring:: ibmcloudant.features.pagination.PagerType.POST_SEARCH |
| 166 | + :parser: myst |
| 167 | + |
| 168 | + .. py:attribute:: POST_VIEW |
| 169 | + :canonical: ibmcloudant.features.pagination.PagerType.POST_VIEW |
| 170 | + :value: 'auto(...)' |
| 171 | + |
| 172 | + .. autodoc2-docstring:: ibmcloudant.features.pagination.PagerType.POST_VIEW |
| 173 | + :parser: myst |
| 174 | + |
| 175 | +.. py:class:: Pagination(client: ibmcloudant.cloudant_v1.CloudantV1, type: ibmcloudant.features.pagination.PagerType, opts: dict) |
| 176 | + :canonical: ibmcloudant.features.pagination.Pagination |
| 177 | + |
| 178 | + .. autodoc2-docstring:: ibmcloudant.features.pagination.Pagination |
| 179 | + :parser: myst |
| 180 | + |
| 181 | + .. rubric:: Initialization |
| 182 | + |
| 183 | + .. autodoc2-docstring:: ibmcloudant.features.pagination.Pagination.__init__ |
| 184 | + :parser: myst |
| 185 | + |
| 186 | + .. py:method:: new_pagination(client: ibmcloudant.cloudant_v1.CloudantV1, type: ibmcloudant.features.pagination.PagerType, **kwargs) |
| 187 | + :canonical: ibmcloudant.features.pagination.Pagination.new_pagination |
| 188 | + :classmethod: |
| 189 | + |
| 190 | + .. autodoc2-docstring:: ibmcloudant.features.pagination.Pagination.new_pagination |
| 191 | + :parser: myst |
| 192 | + |
| 193 | + .. py:method:: pager() -> ibmcloudant.features.pagination.Pager[ibmcloudant.features.pagination.I] |
| 194 | + :canonical: ibmcloudant.features.pagination.Pagination.pager |
| 195 | + |
| 196 | + .. autodoc2-docstring:: ibmcloudant.features.pagination.Pagination.pager |
| 197 | + :parser: myst |
| 198 | + |
| 199 | + .. py:method:: pages() -> collections.abc.Iterable[collections.abc.Sequence[ibmcloudant.features.pagination.I]] |
| 200 | + :canonical: ibmcloudant.features.pagination.Pagination.pages |
| 201 | + |
| 202 | + .. autodoc2-docstring:: ibmcloudant.features.pagination.Pagination.pages |
| 203 | + :parser: myst |
| 204 | + |
| 205 | + .. py:method:: rows() -> collections.abc.Iterable[ibmcloudant.features.pagination.I] |
| 206 | + :canonical: ibmcloudant.features.pagination.Pagination.rows |
| 207 | + |
| 208 | + .. autodoc2-docstring:: ibmcloudant.features.pagination.Pagination.rows |
| 209 | + :parser: myst |
| 210 | + |
| 211 | +.. py:data:: R |
| 212 | + :canonical: ibmcloudant.features.pagination.R |
| 213 | + :value: 'TypeVar(...)' |
| 214 | + |
| 215 | + .. autodoc2-docstring:: ibmcloudant.features.pagination.R |
| 216 | + :parser: myst |
0 commit comments