massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / six / six / moves / urllib / request.pyi
1 # Stubs for six.moves.urllib.request
2 #
3 # Note: Commented out items means they weren't implemented at the time.
4 # Uncomment them when the modules have been added to the typeshed.
5 # from urllib.request import proxy_bypass as proxy_bypass
6 from urllib.request import (
7     AbstractBasicAuthHandler as AbstractBasicAuthHandler,
8     AbstractDigestAuthHandler as AbstractDigestAuthHandler,
9     BaseHandler as BaseHandler,
10     CacheFTPHandler as CacheFTPHandler,
11     FancyURLopener as FancyURLopener,
12     FileHandler as FileHandler,
13     FTPHandler as FTPHandler,
14     HTTPBasicAuthHandler as HTTPBasicAuthHandler,
15     HTTPCookieProcessor as HTTPCookieProcessor,
16     HTTPDefaultErrorHandler as HTTPDefaultErrorHandler,
17     HTTPDigestAuthHandler as HTTPDigestAuthHandler,
18     HTTPErrorProcessor as HTTPErrorProcessor,
19     HTTPHandler as HTTPHandler,
20     HTTPPasswordMgr as HTTPPasswordMgr,
21     HTTPPasswordMgrWithDefaultRealm as HTTPPasswordMgrWithDefaultRealm,
22     HTTPRedirectHandler as HTTPRedirectHandler,
23     HTTPSHandler as HTTPSHandler,
24     OpenerDirector as OpenerDirector,
25     ProxyBasicAuthHandler as ProxyBasicAuthHandler,
26     ProxyDigestAuthHandler as ProxyDigestAuthHandler,
27     ProxyHandler as ProxyHandler,
28     Request as Request,
29     UnknownHandler as UnknownHandler,
30     URLopener as URLopener,
31     build_opener as build_opener,
32     getproxies as getproxies,
33     install_opener as install_opener,
34     parse_http_list as parse_http_list,
35     parse_keqv_list as parse_keqv_list,
36     pathname2url as pathname2url,
37     url2pathname as url2pathname,
38     urlcleanup as urlcleanup,
39     urlopen as urlopen,
40     urlretrieve as urlretrieve,
41 )