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

Method metrics

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

Source from the content-addressed store, hash-verified

1048
1049 @property
1050 def metrics(self) -> bool:
1051 return self._params.get('metrics', True)
1052
1053 @metrics.setter
1054 def metrics(self, value # type: bool

Callers

nothing calls this directly

Calls 2

set_optionMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected