Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
test_unwrap_existing_socket
Method · 0.95
shutdown_handler
Method · 0.80
Calls
1
_ssl_io_loop
Method · 0.95
Tested by
2
test_unwrap_existing_socket
Method · 0.76
shutdown_handler
Method · 0.64