MCPcopy Create free account
hub / github.com/apache/cassandra-python-driver / __init__

Method __init__

cassandra/cluster.py:211–213  ·  view source on GitHub ↗
(self, message, errors)

Source from the content-addressed store, hash-verified

209 """
210
211 def __init__(self, message, errors):
212 Exception.__init__(self, message, errors)
213 self.errors = errors
214
215
216def _future_completed(future):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected