Home
last modified time | relevance | path

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

/external/python/setuptools/setuptools/
Dpackage_index.py1038 def open_with_auth(url, opener=urllib.request.urlopen): function
1084 open_with_auth = socket_timeout(_SOCKET_TIMEOUT)(open_with_auth) variable