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

Method set_socket

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

Source from the content-addressed store, hash-verified

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)
204
205 def make_header_prefix(self, message_class, version=2, stream_id=0):
206 return bytes().join(map(uint8_pack, [

Callers 2

make_connectionMethod · 0.95
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected