(self, protocol)
| 834 | self._force_close(None) |
| 835 | |
| 836 | def set_protocol(self, protocol): |
| 837 | self._protocol = protocol |
| 838 | self._protocol_connected = True |
| 839 | |
| 840 | def get_protocol(self): |
| 841 | return self._protocol |
no outgoing calls
no test coverage detected