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

Method metrics

couchbase/logic/n1ql.py:398–399  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

396
397 @property
398 def metrics(self) -> bool:
399 return self._params.get('metrics', False)
400
401 @metrics.setter
402 def metrics(self, value # type: bool

Calls 2

set_optionMethod · 0.95
getMethod · 0.45