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

Method apply

couchbase/options.py:202–213  ·  view source on GitHub ↗

**VOLATILE** This API is subject to change at any time. Apply the provided options to ClusterOptions. This method will need to be implemented in derived classes. Args: options (:class:`~couchbase.options.ClusterOptions`): The options the profile will apply towa

(self,
              options  # type: ClusterOptions
              )

Source from the content-addressed store, hash-verified

200
201 @abstractmethod
202 def apply(self,
203 options # type: ClusterOptions
204 ) -> None:
205 """
206 **VOLATILE** This API is subject to change at any time.
207
208 Apply the provided options to ClusterOptions. This method will need to be implemented in derived classes.
209
210 Args:
211 options (:class:`~couchbase.options.ClusterOptions`): The options the profile will apply toward.
212 """
213 pass
214
215
216class WanDevelopmentProfile(ConfigProfile):

Callers 1

apply_profileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected