Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/couchbase-python-client
/ group
Method
group
couchbase/logic/views.py:299–300 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
297
298
@property
299
def
group(self) -> Optional[bool]:
300
return
self._params.get(
'group'
, None)
301
302
@group.setter
303
def
group(self, value
# type: bool
Callers
2
__init__
Method · 0.80
_substitute_content
Method · 0.80
Calls
2
set_option
Method · 0.95
get
Method · 0.45
Tested by
no test coverage detected