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

Method pipeline_batch

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

Source from the content-addressed store, hash-verified

528
529 @property
530 def pipeline_batch(self) -> Optional[int]:
531 return self._params.get('pipeline_batch', None)
532
533 @pipeline_batch.setter
534 def pipeline_batch(self, value # type: int

Callers

nothing calls this directly

Calls 2

set_optionMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected