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

Method __str__

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

Source from the content-addressed store, hash-verified

138 return msg
139
140 def __str__(self):
141 return '<%s>' % self.summary_msg()
142 __repr__ = __str__
143
144 @staticmethod

Callers

nothing calls this directly

Calls 1

summary_msgMethod · 0.95

Tested by

no test coverage detected