MCPcopy 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

_prepare_all_queriesMethod · 0.80
_set_resultMethod · 0.80
_write_query_paramsMethod · 0.80
send_bodyMethod · 0.80
send_bodyMethod · 0.80

Calls

no outgoing calls

Tested by 1