mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Add __all__ for modules beginning with 'h' and 'i' (#7327)
This commit is contained in:
@@ -4,6 +4,17 @@ from http.client import HTTPResponse
|
||||
from typing import ClassVar, Iterable, Iterator, Pattern, Sequence, TypeVar, overload
|
||||
from urllib.request import Request
|
||||
|
||||
__all__ = [
|
||||
"Cookie",
|
||||
"CookieJar",
|
||||
"CookiePolicy",
|
||||
"DefaultCookiePolicy",
|
||||
"FileCookieJar",
|
||||
"LWPCookieJar",
|
||||
"LoadError",
|
||||
"MozillaCookieJar",
|
||||
]
|
||||
|
||||
_T = TypeVar("_T")
|
||||
|
||||
class LoadError(OSError): ...
|
||||
|
||||
Reference in New Issue
Block a user