Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cassandra-python-driver
/ on_retry
Method
on_retry
cassandra/metrics.py:178–179 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
176
self.stats.ignores += 1
177
178
def
on_retry(self):
179
self.stats.retries += 1
180
181
def
get_stats(self):
182
""
"
Callers
1
_retry
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected