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

Method endkey

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

Source from the content-addressed store, hash-verified

261
262 @property
263 def endkey(self) -> Optional[str]:
264 return self._params.get('end_key', None)
265
266 @endkey.setter
267 def endkey(self, value # type: JSONType

Callers

nothing calls this directly

Calls 2

set_optionMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected