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

Method configure

cassandra/connection.py:167–172  ·  view source on GitHub ↗

This is called by the cluster during its initialization.

(self, cluster)

Source from the content-addressed store, hash-verified

165 cluster = None
166
167 def configure(self, cluster):
168 """
169 This is called by the cluster during its initialization.
170 """
171 self.cluster = cluster
172 return self
173
174 def create(self, row):
175 """

Callers 2

__init__Method · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by 1

__init__Method · 0.64