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

Method summary_msg

cassandra/protocol.py:135–138  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

133 return subcls(code=code, message=msg, info=extra_info)
134
135 def summary_msg(self):
136 msg = 'Error from server: code=%04x [%s] message="%s"' \
137 % (self.code, self.summary, self.message)
138 return msg
139
140 def __str__(self):
141 return '<%s>' % self.summary_msg()

Callers 12

__str__Method · 0.95
process_msgMethod · 0.80
_handle_auth_responseMethod · 0.80
to_exceptionMethod · 0.80
to_exceptionMethod · 0.80
to_exceptionMethod · 0.80
to_exceptionMethod · 0.80
to_exceptionMethod · 0.80
to_exceptionMethod · 0.80
to_exceptionMethod · 0.80
to_exceptionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected