Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/cassandra-python-driver
/ uses_keyspace_flag
Method
uses_keyspace_flag
cassandra/__init__.py:232–233 ·
view source on GitHub ↗
(cls, version)
Source
from the content-addressed store, hash-verified
230
231
@classmethod
232
def
uses_keyspace_flag(cls, version):
233
return
version >= cls.V5 and version != cls.DSE_V1
234
235
@classmethod
236
def
has_continuous_paging_support(cls, version):
Callers
7
test_prepare_flag_with_keyspace
Method · 0.80
_prepare_all_queries
Method · 0.80
_create_response_future
Method · 0.80
_set_result
Method · 0.80
_write_query_params
Method · 0.80
send_body
Method · 0.80
send_body
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_prepare_flag_with_keyspace
Method · 0.64