Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cassandra-python-driver
/ uses_int_query_flags
Method
uses_int_query_flags
cassandra/__init__.py:216–217 ·
view source on GitHub ↗
(cls, version)
Source
from the content-addressed store, hash-verified
214
215
@classmethod
216
def
uses_int_query_flags(cls, version):
217
return
version >= cls.V5
218
219
@classmethod
220
def
uses_prepare_flags(cls, version):
Callers
3
test_protocol_downgrade_test
Method · 0.80
_write_query_params
Method · 0.80
send_body
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_protocol_downgrade_test
Method · 0.64