MCPcopy
hub / github.com/psf/requests / SOCKSProxyManager

Function SOCKSProxyManager

src/requests/adapters.py:66–67  ·  view source on GitHub ↗
(*args: Any, **kwargs: Any)

Source from the content-addressed store, hash-verified

64except ImportError:
65
66 def SOCKSProxyManager(*args: Any, **kwargs: Any) -> None:
67 raise InvalidSchema("Missing dependencies for SOCKS support.")
68
69
70if typing.TYPE_CHECKING:

Callers 1

proxy_manager_forMethod · 0.85

Calls 1

InvalidSchemaClass · 0.85

Tested by

no test coverage detected