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

Method explain

couchbase/logic/search.py:1077–1078  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1075
1076 @property
1077 def explain(self) -> bool:
1078 return self._params.get('explain', False)
1079
1080 @explain.setter
1081 def explain(self, value # type: bool

Callers

nothing calls this directly

Calls 2

set_optionMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected