MCPcopy Create free account
hub / github.com/couchbase/couchbase-python-client / skip

Method skip

couchbase/logic/views.py:223–224  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

221
222 @property
223 def skip(self) -> Optional[int]:
224 return self._params.get('skip', None)
225
226 @skip.setter
227 def skip(self, value # type: int

Calls 2

set_optionMethod · 0.95
getMethod · 0.45