MCPcopy Create free account
hub / github.com/apache/cassandra-python-driver / is_serial

Method is_serial

cassandra/__init__.py:96–97  ·  view source on GitHub ↗
(cl)

Source from the content-addressed store, hash-verified

94
95 @staticmethod
96 def is_serial(cl):
97 return cl == ConsistencyLevel.SERIAL or cl == ConsistencyLevel.LOCAL_SERIAL
98
99
100ConsistencyLevel.value_to_name = {

Callers 5

on_read_timeoutMethod · 0.80
on_unavailableMethod · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected