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] | |
grpc.aio._typing.ChannelArgumentType = Sequence[Tuple[str, Any]] |
Definition at line 31 of file _typing.py.
Definition at line 28 of file _typing.py.
grpc.aio._typing.DoneCallbackType = Callable[[Any], None] |
Definition at line 33 of file _typing.py.
grpc.aio._typing.EOFType = type(EOF) |
Definition at line 32 of file _typing.py.
grpc.aio._typing.MetadataType = Union[Metadata, Sequence[MetadatumType]] |
Definition at line 30 of file _typing.py.
grpc.aio._typing.MetadatumType = Tuple[MetadataKey, MetadataValue] |
Definition at line 29 of file _typing.py.
Definition at line 34 of file _typing.py.
grpc.aio._typing.RequestType = TypeVar('RequestType') |
Definition at line 25 of file _typing.py.
grpc.aio._typing.ResponseIterableType = AsyncIterable[Any] |
Definition at line 35 of file _typing.py.
grpc.aio._typing.ResponseType = TypeVar('ResponseType') |
Definition at line 26 of file _typing.py.
Definition at line 27 of file _typing.py.