Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/cassandra-python-driver
/ write_stringlist
Function
write_stringlist
cassandra/protocol.py:1384–1387 ·
view source on GitHub ↗
(f, stringlist)
Source
from the content-addressed store, hash-verified
1382
1383
1384
def
write_stringlist(f, stringlist):
1385
write_short(f, len(stringlist))
1386
for
s in stringlist:
1387
write_string(f, s)
1388
1389
1390
def
read_stringmap(f):
Callers
2
send_body
Method · 0.85
write_stringmultimap
Function · 0.85
Calls
2
write_short
Function · 0.85
write_string
Function · 0.85
Tested by
no test coverage detected