(self, error)
| 119 | self._client.destroyProtocol() |
| 120 | |
| 121 | def dropWithError(self, error): |
| 122 | self._client.ui.showErrorMessage(error) |
| 123 | self._client.protocolFactory.stopRetrying() |
| 124 | self.drop() |
| 125 | |
| 126 | def _extractHelloArguments(self, hello): |
| 127 | username = hello["username"] if "username" in hello else None |
no test coverage detected