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

Method key

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

Source from the content-addressed store, hash-verified

315
316 @property
317 def key(self) -> Optional[str]:
318 return self._params.get('key', None)
319
320 @key.setter
321 def key(self, value # type: JSONType

Callers

nothing calls this directly

Calls 2

set_optionMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected