Add __all__ part 2 (#13719)

---------

Co-authored-by: Avasam <samuel.06@hotmail.com>
This commit is contained in:
Semyon Moroz
2025-03-31 18:27:19 -04:00
committed by GitHub
co-authored by Avasam
parent 0104531422
commit a3c8fce58d
132 changed files with 1057 additions and 171 deletions
@@ -1,5 +1,2 @@
# TODO: missing from stub
httplib2.__all__
# __getattr__() replaced with actual field in stub
httplib2.Response.dict
+14
View File
@@ -186,3 +186,17 @@ class Response(dict[str, Any]):
def __init__(self, info) -> None: ...
@property
def dict(self) -> Self: ...
__all__ = [
"debuglevel",
"FailedToDecompressContent",
"Http",
"HttpLib2Error",
"ProxyInfo",
"RedirectLimit",
"RedirectMissingLocation",
"Response",
"RETRIES",
"UnimplementedDigestAuthOptionError",
"UnimplementedHmacDigestAuthOptionError",
]