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

Method adhoc

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

Source from the content-addressed store, hash-verified

501
502 @property
503 def adhoc(self) -> bool:
504 return self._params.get('adhoc', True)
505
506 @adhoc.setter
507 def adhoc(self, value # type: bool

Callers

nothing calls this directly

Calls 2

set_optionMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected