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

Method send_to_node

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

Source from the content-addressed store, hash-verified

582
583 @property
584 def send_to_node(self) -> Optional[str]:
585 return self._params.get('send_to_node', None)
586
587 @send_to_node.setter
588 def send_to_node(self, value # type: str

Callers

nothing calls this directly

Calls 2

set_optionMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected