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

Method __init__

couchbase/logic/n1ql.py:127–129  ·  view source on GitHub ↗
(self, query_warning  # type: QueryProblem
                 )

Source from the content-addressed store, hash-verified

125
126class QueryWarning(QueryProblem):
127 def __init__(self, query_warning # type: QueryProblem
128 ):
129 super().__init__(query_warning)
130
131 def __repr__(self):
132 return "QueryWarning:{}".format(super()._raw)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected