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

Class OptionsMessage

cassandra/protocol.py:491–496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489
490
491class OptionsMessage(_MessageType):
492 opcode = 0x05
493 name = 'OPTIONS'
494
495 def send_body(self, f, protocol_version):
496 pass
497
498
499class SupportedMessage(_MessageType):

Callers 2

_send_options_messageMethod · 0.90
__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected