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

Method resolve

cassandra/connection.py:155–160  ·  view source on GitHub ↗

Resolve the endpoint to an address/port. This is called only on socket connection.

(self)

Source from the content-addressed store, hash-verified

153 return socket.AF_UNSPEC
154
155 def resolve(self):
156 """
157 Resolve the endpoint to an address/port. This is called
158 only on socket connection.
159 """
160 raise NotImplementedError()
161
162
163class EndPointFactory(object):

Callers 2

_get_socket_addressesMethod · 0.45
add_connectionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected