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

Method priority

couchbase/logic/analytics.py:260–261  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

258
259 @property
260 def priority(self):
261 return self._params.get("priority", False)
262
263 @priority.setter
264 def priority(self, value):

Callers

nothing calls this directly

Calls 2

set_optionMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected