Home
last modified time | relevance | path

Searched refs:http_conn_args (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Durllib2.py1152 def do_open(self, http_class, req, **http_conn_args): argument
1167 h = http_class(host, timeout=req.timeout, **http_conn_args)
/external/python/cpython3/Lib/urllib/
Drequest.py1275 def do_open(self, http_class, req, **http_conn_args): argument
1285 h = http_class(host, timeout=req.timeout, **http_conn_args)