Home
last modified time | relevance | path

Searched defs:set_proxy (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Modules/
D_scproxy.c131 set_proxy(PyObject* proxies, const char* proto, CFDictionaryRef proxyDict, in set_proxy() function
/third_party/python/Lib/urllib/
Drequest.py390 def set_proxy(self, host, type): member in Request