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

Method send_body

cassandra/protocol.py:1000–1001  ·  view source on GitHub ↗
(self, f, protocol_version)

Source from the content-addressed store, hash-verified

998 self.event_list = event_list
999
1000 def send_body(self, f, protocol_version):
1001 write_stringlist(f, self.event_list)
1002
1003
1004class EventMessage(_MessageType):

Callers

nothing calls this directly

Calls 1

write_stringlistFunction · 0.85

Tested by

no test coverage detected