mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-09 04:52:23 +08:00
Annotate some missing http client and urllib APIs. (#2582)
This commit is contained in:
committed by
Sebastian Rittau
parent
c7b0e60032
commit
cd4572e43c
@@ -131,7 +131,7 @@ class ProxyDigestAuthHandler(BaseHandler, AbstractDigestAuthHandler):
|
||||
class AbstractHTTPHandler(BaseHandler):
|
||||
def __init__(self, debuglevel: int = ...) -> None: ...
|
||||
def do_request_(self, request): ...
|
||||
def do_open(self, http_class, req): ...
|
||||
def do_open(self, http_class, req): ... # undocumented
|
||||
|
||||
class HTTPHandler(AbstractHTTPHandler):
|
||||
def http_open(self, req): ...
|
||||
|
||||
Reference in New Issue
Block a user