Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/cassandra-python-driver
/ write_stringmultimap
Function
write_stringmultimap
cassandra/protocol.py:1431–1435 ·
view source on GitHub ↗
(f, strmmap)
Source
from the content-addressed store, hash-verified
1429
1430
1431
def
write_stringmultimap(f, strmmap):
1432
write_short(f, len(strmmap))
1433
for
k, v in strmmap.items():
1434
write_string(f, k)
1435
write_stringlist(f, v)
1436
1437
1438
def
read_error_code_map(f):
Callers
7
make_options_body
Method · 0.90
test_unsupported_cql_version
Method · 0.90
test_prefer_lz4_compression
Method · 0.90
test_requested_compression_not_available
Method · 0.90
test_use_requested_compression
Method · 0.90
test_disable_compression
Method · 0.90
make_options_body
Method · 0.90
Calls
4
write_short
Function · 0.85
write_string
Function · 0.85
write_stringlist
Function · 0.85
items
Method · 0.45
Tested by
6
make_options_body
Method · 0.72
test_unsupported_cql_version
Method · 0.72
test_prefer_lz4_compression
Method · 0.72
test_requested_compression_not_available
Method · 0.72
test_use_requested_compression
Method · 0.72
test_disable_compression
Method · 0.72