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

Method send_body

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

Source from the content-addressed store, hash-verified

473 self.response = response
474
475 def send_body(self, f, protocol_version):
476 write_longstring(f, self.response)
477
478
479class AuthSuccessMessage(_MessageType):

Callers

nothing calls this directly

Calls 1

write_longstringFunction · 0.85

Tested by

no test coverage detected