mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-18 09:55:59 +08:00
committed by
Sebastian Rittau
parent
61f139189e
commit
462f71a212
@@ -15,10 +15,6 @@ import os
|
||||
_T = TypeVar('_T')
|
||||
_UrlopenRet = Any
|
||||
|
||||
class _HTTPResponse(HTTPResponse):
|
||||
url: str
|
||||
msg: str # type: ignore
|
||||
|
||||
def urlopen(
|
||||
url: Union[str, Request], data: Optional[bytes] = ...,
|
||||
timeout: Optional[float] = ..., *, cafile: Optional[str] = ...,
|
||||
|
||||
Reference in New Issue
Block a user