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

Method get_socket

tests/unit/io/utils.py:199–200  ·  view source on GitHub ↗
(self, connection)

Source from the content-addressed store, hash-verified

197 null_handle_function_args = ()
198
199 def get_socket(self, connection):
200 return getattr(connection, self.socket_attr_name)
201
202 def set_socket(self, connection, obj):
203 return setattr(connection, self.socket_attr_name, obj)

Calls

no outgoing calls