(self, protocol)
| 95 | return self._ssl_protocol._get_extra_info(name, default) |
| 96 | |
| 97 | def set_protocol(self, protocol): |
| 98 | self._ssl_protocol._set_app_protocol(protocol) |
| 99 | |
| 100 | def get_protocol(self): |
| 101 | return self._ssl_protocol._app_protocol |
nothing calls this directly
no test coverage detected