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

Method debug

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

Source from the content-addressed store, hash-verified

417
418 @property
419 def debug(self) -> Optional[bool]:
420 return self._params.get('debug', None)
421
422 @debug.setter
423 def debug(self, value # type: bool

Callers 14

wrapped_fnMethod · 0.80
content_asMethod · 0.80
__anext__Method · 0.80
getMethod · 0.80
get_multiMethod · 0.80
insertMethod · 0.80
replaceMethod · 0.80
removeMethod · 0.80
queryMethod · 0.80

Calls 2

set_optionMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected