(self, fd)
| 2285 | |
| 2286 | @ATMT.ioevent(ESTABLISHED, name="tcp", as_supersocket="tcplink") |
| 2287 | def outgoing_data_received(self, fd): |
| 2288 | raise self.ESTABLISHED().action_parameters(fd.recv()) |
| 2289 | |
| 2290 | @ATMT.action(outgoing_data_received) |
| 2291 | def send_data(self, d): |
nothing calls this directly
no test coverage detected