MCPcopy
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_portFunction · 0.45
request_handlerMethod · 0.45
request_handlerMethod · 0.45
request_handlerMethod · 0.45
pyodide_testFunction · 0.45
socket_handlerMethod · 0.45
socket_handlerMethod · 0.45
socket_handlerMethod · 0.45
socket_handlerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected