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

Method _validate_hostname

cassandra/connection.py:920–921  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

918 #
919 # Allow implementations specific to an event loop to add additional behaviours
920 def _validate_hostname(self):
921 pass
922
923 def _get_socket_addresses(self):
924 address, port = self.endpoint.resolve()

Callers 1

_connect_socketMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected