(&self)
| 1020 | self.ctx.write() |
| 1021 | } |
| 1022 | fn ctx(&self) -> PyMappedRwLockReadGuard<'_, ssl::SslContextRef> { |
| 1023 | PyRwLockReadGuard::map(self.ctx.read(), builder_as_ctx) |
| 1024 | } |
| 1025 | |
| 1026 | #[pygetset] |
| 1027 | fn post_handshake_auth(&self) -> bool { |
no test coverage detected