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

Method uses_prepare_flags

cassandra/__init__.py:220–221  ·  view source on GitHub ↗
(cls, version)

Source from the content-addressed store, hash-verified

218
219 @classmethod
220 def uses_prepare_flags(cls, version):
221 return version >= cls.V5 and version != cls.DSE_V1
222
223 @classmethod
224 def uses_prepared_metadata(cls, version):

Callers 2

test_prepare_flagMethod · 0.80
send_bodyMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_prepare_flagMethod · 0.64