Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/couchbase-python-client
/ limit
Method
limit
couchbase/logic/search.py:1059–1060 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1057
1058
@property
1059
def
limit(self) -> Optional[int]:
1060
return
self._params.get(
'limit'
, None)
1061
1062
@limit.setter
1063
def
limit(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