MCPcopy Index your code
hub / github.com/apache/cassandra-python-driver / _signal_available_conn

Method _signal_available_conn

cassandra/pool.py:741–743  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

739 self._conn_available_condition.wait(timeout)
740
741 def _signal_available_conn(self):
742 with self._conn_available_condition:
743 self._conn_available_condition.notify()
744
745 def _signal_all_available_conn(self):
746 with self._conn_available_condition:

Callers 3

return_connectionMethod · 0.95

Calls 1

notifyMethod · 0.80

Tested by

no test coverage detected