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

Method max_parallelism

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

Source from the content-addressed store, hash-verified

519
520 @property
521 def max_parallelism(self) -> Optional[int]:
522 return self._params.get('max_parallelism', None)
523
524 @max_parallelism.setter
525 def max_parallelism(self, value # type: int

Callers

nothing calls this directly

Calls 2

set_optionMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected