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

Method send_body

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

Source from the content-addressed store, hash-verified

407 self.options = options
408
409 def send_body(self, f, protocol_version):
410 optmap = self.options.copy()
411 optmap['CQL_VERSION'] = self.cqlversion
412 write_stringmap(f, optmap)
413
414
415class ReadyMessage(_MessageType):

Callers

nothing calls this directly

Calls 2

write_stringmapFunction · 0.85
copyMethod · 0.45

Tested by

no test coverage detected