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

Method client_context_id

couchbase/logic/n1ql.py:512–513  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

510
511 @property
512 def client_context_id(self) -> Optional[str]:
513 return self._params.get('client_context_id', None)
514
515 @client_context_id.setter
516 def client_context_id(self, value # type: str

Callers

nothing calls this directly

Calls 2

set_optionMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected