mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-12 19:12:31 +08:00
Update most test/lint dependencies (#15582)
This commit is contained in:
@@ -36,7 +36,7 @@ def add_dict_to_cookiejar(cj, cookie_dict): ...
|
||||
def get_encodings_from_content(content): ...
|
||||
def get_encoding_from_headers(headers: Mapping[str, str]) -> str | None: ...
|
||||
def stream_decode_response_unicode(iterator, r): ...
|
||||
def iter_slices(string: str, slice_length: int | None) -> Generator[str, None, None]: ...
|
||||
def iter_slices(string: str, slice_length: int | None) -> Generator[str]: ...
|
||||
def get_unicode_from_response(r): ...
|
||||
|
||||
UNRESERVED_SET: frozenset[str]
|
||||
|
||||
Reference in New Issue
Block a user