Variables
grpc.aio._typing Namespace Reference

Variables

 ChannelArgumentType = Sequence[Tuple[str, Any]]
 
 DeserializingFunction = Callable[[bytes], Any]
 
 DoneCallbackType = Callable[[Any], None]
 
 EOFType = type(EOF)
 
 MetadataType = Union[Metadata, Sequence[MetadatumType]]
 
 MetadatumType = Tuple[MetadataKey, MetadataValue]
 
 RequestIterableType = Union[Iterable[Any], AsyncIterable[Any]]
 
 RequestType = TypeVar('RequestType')
 
 ResponseIterableType = AsyncIterable[Any]
 
 ResponseType = TypeVar('ResponseType')
 
 SerializingFunction = Callable[[Any], bytes]
 

Variable Documentation

◆ ChannelArgumentType

grpc.aio._typing.ChannelArgumentType = Sequence[Tuple[str, Any]]

Definition at line 31 of file _typing.py.

◆ DeserializingFunction

grpc.aio._typing.DeserializingFunction = Callable[[bytes], Any]

Definition at line 28 of file _typing.py.

◆ DoneCallbackType

grpc.aio._typing.DoneCallbackType = Callable[[Any], None]

Definition at line 33 of file _typing.py.

◆ EOFType

grpc.aio._typing.EOFType = type(EOF)

Definition at line 32 of file _typing.py.

◆ MetadataType

grpc.aio._typing.MetadataType = Union[Metadata, Sequence[MetadatumType]]

Definition at line 30 of file _typing.py.

◆ MetadatumType

grpc.aio._typing.MetadatumType = Tuple[MetadataKey, MetadataValue]

Definition at line 29 of file _typing.py.

◆ RequestIterableType

grpc.aio._typing.RequestIterableType = Union[Iterable[Any], AsyncIterable[Any]]

Definition at line 34 of file _typing.py.

◆ RequestType

grpc.aio._typing.RequestType = TypeVar('RequestType')

Definition at line 25 of file _typing.py.

◆ ResponseIterableType

grpc.aio._typing.ResponseIterableType = AsyncIterable[Any]

Definition at line 35 of file _typing.py.

◆ ResponseType

grpc.aio._typing.ResponseType = TypeVar('ResponseType')

Definition at line 26 of file _typing.py.

◆ SerializingFunction

grpc.aio._typing.SerializingFunction = Callable[[Any], bytes]

Definition at line 27 of file _typing.py.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:32