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