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