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

Method __init__

couchbase/logic/n1ql.py:136–138  ·  view source on GitHub ↗
(self, query_error  # type: QueryProblem
                 )

Source from the content-addressed store, hash-verified

134
135class QueryError(QueryProblem):
136 def __init__(self, query_error # type: QueryProblem
137 ):
138 super().__init__(query_error)
139
140 def __repr__(self):
141 return "QueryError:{}".format(super()._raw)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected