(self, f, protocol_version)
| 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 | |
| 415 | class ReadyMessage(_MessageType): |
nothing calls this directly
no test coverage detected