MCPcopy
hub / github.com/urllib3/urllib3 / _prepare_proxy

Method _prepare_proxy

src/urllib3/connectionpool.py:342–344  ·  view source on GitHub ↗
(self, conn: BaseHTTPConnection)

Source from the content-addressed store, hash-verified

340 """
341
342 def _prepare_proxy(self, conn: BaseHTTPConnection) -> None:
343 # Nothing to do for HTTP connections.
344 pass
345
346 def _get_timeout(self, timeout: _TYPE_TIMEOUT) -> Timeout:
347 """Helper that always returns a :class:`urllib3.util.Timeout`"""

Callers 1

urlopenMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected