mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
@@ -50,9 +50,9 @@ _Auth: TypeAlias = Union[tuple[str, str], _auth.AuthBase, Callable[[PreparedRequ
|
||||
_Cert: TypeAlias = Union[str, tuple[str, str]]
|
||||
_Files: TypeAlias = (
|
||||
MutableMapping[str, IO[Any]]
|
||||
| MutableMapping[str, tuple[str, IO[Any]]]
|
||||
| MutableMapping[str, tuple[str, IO[Any], str]]
|
||||
| MutableMapping[str, tuple[str, IO[Any], str, _TextMapping]]
|
||||
| MutableMapping[str, tuple[str | None, IO[Any]]]
|
||||
| MutableMapping[str, tuple[str | None, IO[Any], str]]
|
||||
| MutableMapping[str, tuple[str | None, IO[Any], str, _TextMapping]]
|
||||
)
|
||||
_Hook: TypeAlias = Callable[[Response], Any]
|
||||
_Hooks: TypeAlias = MutableMapping[str, _Hook | list[_Hook]]
|
||||
|
||||
Reference in New Issue
Block a user