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

Method get_connections

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

Source from the content-addressed store, hash-verified

563 self._connection.set_keyspace_async(keyspace, connection_finished_setting_keyspace)
564
565 def get_connections(self):
566 c = self._connection
567 return [c] if c else []
568
569 def get_state(self):
570 connection = self._connection

Callers 8

test_idle_heartbeatMethod · 0.45
test_host_addressesMethod · 0.45
test_in_flight_is_oneMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls