MCPcopy
hub / github.com/urllib3/urllib3 / unwrap

Method unwrap

src/urllib3/util/ssltransport.py:168–169  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

166 return text
167
168 def unwrap(self) -> None:
169 self._ssl_io_loop(self.sslobj.unwrap)
170
171 def close(self) -> None:
172 self.socket.close()

Callers 2

shutdown_handlerMethod · 0.80

Calls 1

_ssl_io_loopMethod · 0.95

Tested by 2

shutdown_handlerMethod · 0.64