Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
100
ConsistencyLevel.value_to_name = {
Callers
5
on_read_timeout
Method · 0.80
on_unavailable
Method · 0.80
__init__
Method · 0.80
default_serial_consistency_level
Method · 0.80
_set_serial_consistency_level
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected