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

Method on_message

cassandra/connection.py:488–492  ·  view source on GitHub ↗
(self, result)

Source from the content-addressed store, hash-verified

486 self.released = False
487
488 def on_message(self, result):
489 if isinstance(result, ResultMessage):
490 self.on_page(result)
491 elif isinstance(result, ErrorMessage):
492 self.on_error(result)
493
494 def on_page(self, result):
495 with self._condition:

Calls 2

on_pageMethod · 0.95
on_errorMethod · 0.95

Tested by

no test coverage detected