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

Method _await_available_conn

cassandra/pool.py:737–739  ·  view source on GitHub ↗
(self, timeout)

Source from the content-addressed store, hash-verified

735 return False
736
737 def _await_available_conn(self, timeout):
738 with self._conn_available_condition:
739 self._conn_available_condition.wait(timeout)
740
741 def _signal_available_conn(self):
742 with self._conn_available_condition:

Callers 1

_wait_for_connMethod · 0.95

Calls 1

waitMethod · 0.45

Tested by

no test coverage detected