mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
requests: Session.adapters is a mapping of Adapters (#12473)
Signed-off-by: Stephen Finucane <stephen@that.guru>
This commit is contained in:
@@ -131,7 +131,7 @@ class Session(SessionRedirectMixin):
|
||||
max_redirects: int
|
||||
trust_env: bool
|
||||
cookies: RequestsCookieJar
|
||||
adapters: MutableMapping[Any, Any]
|
||||
adapters: MutableMapping[str, adapters.BaseAdapter]
|
||||
redirect_cache: RecentlyUsedContainer[Any, Any]
|
||||
def __init__(self) -> None: ...
|
||||
def __enter__(self) -> Self: ...
|
||||
|
||||
Reference in New Issue
Block a user