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

Method __init__

cassandra/io/asyncioreactor.py:42–45  ·  view source on GitHub ↗
(self, timeout, callback, loop)

Source from the content-addressed store, hash-verified

40 'does not implement .end()')
41
42 def __init__(self, timeout, callback, loop):
43 delayed = self._call_delayed_coro(timeout=timeout,
44 callback=callback)
45 self._handle = asyncio.run_coroutine_threadsafe(delayed, loop=loop)
46
47 @staticmethod
48 async def _call_delayed_coro(timeout, callback):

Callers 1

__init__Method · 0.45

Calls 1

_call_delayed_coroMethod · 0.95

Tested by

no test coverage detected