(self)
| 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 |
no outgoing calls