Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/couchbase-python-client
/ __init__
Method
__init__
couchbase/logic/search.py:716–717 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
714
715
# noinspection PyMissingConstructor
716
def
__init__(self, *args, **kwargs):
717
self.update(*args, **kwargs)
718
719
def
__setitem__(self, key, value):
720
if
not isinstance(value, Facet):
Callers
nothing calls this directly
Calls
1
update
Method · 0.95
Tested by
no test coverage detected