Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cassandra-python-driver
/ reset_idle
Method
reset_idle
cassandra/connection.py:1589–1590 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1587
return
not self.msg_received
1588
1589
def
reset_idle(self):
1590
self.msg_received = False
1591
1592
def
__str__(self):
1593
status =
""
Callers
1
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected