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

Method on_ignore

cassandra/metrics.py:175–176  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

173 self.stats.other_errors += 1
174
175 def on_ignore(self):
176 self.stats.ignores += 1
177
178 def on_retry(self):
179 self.stats.retries += 1

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected