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

Method __init__

couchbase/options.py:251–253  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

249 """
250
251 def __init__(self):
252 self._profiles = {}
253 self.register_profile(KnownConfigProfiles.WanDevelopment.value, WanDevelopmentProfile())
254
255 def apply_profile(self,
256 profile_name, # type: str

Callers

nothing calls this directly

Calls 2

register_profileMethod · 0.95

Tested by

no test coverage detected