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

Method startkey

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

Source from the content-addressed store, hash-verified

252
253 @property
254 def startkey(self) -> Optional[str]:
255 return self._params.get('start_key', None)
256
257 @startkey.setter
258 def startkey(self, value # type: JSONType

Callers

nothing calls this directly

Calls 2

set_optionMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected