mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Mark httplib2 as complete (#9311)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
@@ -1 +1,4 @@
|
||||
version = "0.21.*"
|
||||
|
||||
[tool.stubtest]
|
||||
ignore_missing_stub = false
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import http.client
|
||||
from _typeshed import Self
|
||||
from collections.abc import Generator
|
||||
from typing import Any
|
||||
from typing import Any, ClassVar
|
||||
|
||||
from .error import *
|
||||
|
||||
@@ -48,6 +48,7 @@ class HmacDigestAuthentication(Authentication):
|
||||
hashmod: Any
|
||||
pwhashmod: Any
|
||||
key: Any
|
||||
__author__: ClassVar[str]
|
||||
def __init__(self, credentials, host, request_uri, headers, response, content, http) -> None: ...
|
||||
def request(self, method, request_uri, headers, content) -> None: ...
|
||||
def response(self, response, content): ...
|
||||
|
||||
Reference in New Issue
Block a user