Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_fn
Method · 0.80
content_as
Method · 0.80
__anext__
Method · 0.80
get
Method · 0.80
get_replica_from_preferred_server_group
Method · 0.80
get_multi_replicas_from_preferred_server_group
Method · 0.80
get_multi
Method · 0.80
insert
Method · 0.80
replace
Method · 0.80
remove
Method · 0.80
query
Method · 0.80
_configure_python_logging_for_console
Function · 0.80
Calls
2
set_option
Method · 0.95
get
Method · 0.45
Tested by
no test coverage detected