Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/cassandra-python-driver
/ create_timer
Method
create_timer
cassandra/connection.py:846–847 ·
view source on GitHub ↗
(cls, timeout, callback)
Source
from the content-addressed store, hash-verified
844
845
@classmethod
846
def
create_timer(cls, timeout, callback):
847
raise
NotImplementedError()
848
849
@classmethod
850
def
factory(cls, endpoint, timeout, *args, **kwargs):
Callers
3
_start_timer
Method · 0.45
_on_timeout
Method · 0.45
_on_speculative_execute
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected