Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/urllib3/urllib3
/ close
Method
close
test/with_dummyserver/test_socketlevel.py:1740–1741 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1738
self._sock = sock
1739
1740
def
close(self) -> None:
1741
self._sock.close()
1742
1743
context.wrap_socket = MockSSLSocket
1744
Callers
15
_get_free_port
Function · 0.45
handle_socks5_negotiation
Function · 0.45
handle_socks4_negotiation
Function · 0.45
request_handler
Method · 0.45
request_handler
Method · 0.45
request_handler
Method · 0.45
pyodide_test
Function · 0.45
multicookie_response_handler
Method · 0.45
socket_handler
Method · 0.45
socket_handler
Method · 0.45
socket_handler
Method · 0.45
socket_handler
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected