MCPcopy Index your code
hub / github.com/apache/cassandra-python-driver / consistency

Method consistency

cassandra/cqlengine/query.py:193–194  ·  view source on GitHub ↗
(self, consistency)

Source from the content-addressed store, hash-verified

191 self.queries.append(query)
192
193 def consistency(self, consistency):
194 self._consistency = consistency
195
196 def _execute_callbacks(self):
197 for callback, args, kwargs in self._callbacks:

Callers 6

test_blind_updateMethod · 0.45
test_deleteMethod · 0.45
createMethod · 0.45

Calls

no outgoing calls

Tested by 5

test_blind_updateMethod · 0.36
test_deleteMethod · 0.36