Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/couchbase-python-client
/ pipeline_cap
Method
pipeline_cap
couchbase/logic/n1ql.py:539–540 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
537
538
@property
539
def
pipeline_cap(self) -> Optional[int]:
540
return
self._params.get(
'pipeline_cap'
, None)
541
542
@pipeline_cap.setter
543
def
pipeline_cap(self, value
# type: int
Callers
nothing calls this directly
Calls
2
set_option
Method · 0.95
get
Method · 0.45
Tested by
no test coverage detected