Go to the source code of this file.
Namespaces | |
grpc.aio._typing | |
Variables | |
grpc.aio._typing.ChannelArgumentType = Sequence[Tuple[str, Any]] | |
grpc.aio._typing.DeserializingFunction = Callable[[bytes], Any] | |
grpc.aio._typing.DoneCallbackType = Callable[[Any], None] | |
grpc.aio._typing.EOFType = type(EOF) | |
grpc.aio._typing.MetadataType = Union[Metadata, Sequence[MetadatumType]] | |
grpc.aio._typing.MetadatumType = Tuple[MetadataKey, MetadataValue] | |
grpc.aio._typing.RequestIterableType = Union[Iterable[Any], AsyncIterable[Any]] | |
grpc.aio._typing.RequestType = TypeVar('RequestType') | |
grpc.aio._typing.ResponseIterableType = AsyncIterable[Any] | |
grpc.aio._typing.ResponseType = TypeVar('ResponseType') | |
grpc.aio._typing.SerializingFunction = Callable[[Any], bytes] | |