(self, port=some.int)
| 479 | self._start_channel(stream) |
| 480 | |
| 481 | def expect_server_socket(self, port=some.int): |
| 482 | self.expected_adapter_sockets["server"] = { |
| 483 | "host": some.str, |
| 484 | "port": port, |
| 485 | "internal": True, |
| 486 | } |
| 487 | |
| 488 | def connect_to_adapter(self, address): |
| 489 | assert self.channel is None |
no outgoing calls