MCPcopy Create free account
hub / github.com/couchbase/couchbase-python-client / inclusive_end

Method inclusive_end

couchbase/logic/views.py:290–291  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

288
289 @property
290 def inclusive_end(self) -> Optional[bool]:
291 return self._params.get('inclusive_end', None)
292
293 @inclusive_end.setter
294 def inclusive_end(self, value # type: bool

Callers

nothing calls this directly

Calls 2

set_optionMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected