Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_create_uses_consistency
Method · 0.45
test_queryset_is_returned_on_create
Method · 0.45
test_update_uses_consistency
Method · 0.45
test_blind_update
Method · 0.45
test_delete
Method · 0.45
create
Method · 0.45
Calls
no outgoing calls
Tested by
5
test_create_uses_consistency
Method · 0.36
test_queryset_is_returned_on_create
Method · 0.36
test_update_uses_consistency
Method · 0.36
test_blind_update
Method · 0.36
test_delete
Method · 0.36