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

Method skip

couchbase/logic/search.py:1068–1069  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1066
1067 @property
1068 def skip(self) -> Optional[int]:
1069 return self._params.get('skip', None)
1070
1071 @skip.setter
1072 def skip(self, value # type: int

Callers

nothing calls this directly

Calls 2

set_optionMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected