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

Method consistent_with

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

Source from the content-addressed store, hash-verified

472
473 @property
474 def consistent_with(self):
475 return {
476 'consistency': self.consistency,
477 'scan_vectors': self._params.get('mutation_state', None)
478 }
479
480 @consistent_with.setter
481 def consistent_with(self, value # type: MutationState

Callers

nothing calls this directly

Calls 4

set_optionMethod · 0.95
getMethod · 0.45
popMethod · 0.45
as_dictMethod · 0.45

Tested by

no test coverage detected