Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
491
class
OptionsMessage(_MessageType):
492
opcode = 0x05
493
name =
'OPTIONS'
494
495
def
send_body(self, f, protocol_version):
496
pass
497
498
499
class
SupportedMessage(_MessageType):
Callers
2
_send_options_message
Method · 0.90
__init__
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected