Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/cassandra-python-driver
/ on_other_error
Method
on_other_error
cassandra/metrics.py:172–173 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
170
self.stats.unavailables += 1
171
172
def
on_other_error(self):
173
self.stats.other_errors += 1
174
175
def
on_ignore(self):
176
self.stats.ignores += 1
Callers
1
_set_result
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected