(self, f, protocol_version)
| 998 | self.event_list = event_list |
| 999 | |
| 1000 | def send_body(self, f, protocol_version): |
| 1001 | write_stringlist(f, self.event_list) |
| 1002 | |
| 1003 | |
| 1004 | class EventMessage(_MessageType): |
nothing calls this directly
no test coverage detected