MCPcopy
hub / github.com/urllib3/urllib3 / close

Method close

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

Source from the content-addressed store, hash-verified

169 self._ssl_io_loop(self.sslobj.unwrap)
170
171 def close(self) -> None:
172 self.socket.close()
173
174 @typing.overload
175 def getpeercert(

Callers 3

__exit__Method · 0.95
create_connectionFunction · 0.45
_has_ipv6Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected