MCPcopy 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_contentMethod · 0.80

Calls 2

set_optionMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected