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

Method set_option

couchbase/logic/views.py:179–189  ·  view source on GitHub ↗

Set a raw option in the query. This option is encoded as part of the query parameters without any client-side verification. Use this for settings not directly exposed by the Python client. :param name: The name of the option :param value: The value o

(self, name, value)

Source from the content-addressed store, hash-verified

177 }
178
179 def set_option(self, name, value):
180 """
181 Set a raw option in the query. This option is encoded
182 as part of the query parameters without any client-side
183 verification. Use this for settings not directly exposed
184 by the Python client.
185
186 :param name: The name of the option
187 :param value: The value of the option
188 """
189 self._params[name] = value
190
191 # @TODO: I imagine some things might need to be jsonified...
192

Callers 15

timeoutMethod · 0.95
limitMethod · 0.95
skipMethod · 0.95
consistencyMethod · 0.95
startkeyMethod · 0.95
endkeyMethod · 0.95
startkey_docidMethod · 0.95
endkey_docidMethod · 0.95
inclusive_endMethod · 0.95
groupMethod · 0.95
group_levelMethod · 0.95
keyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected