Go to the source code of this file.
Namespaces | |
| grpc.aio._channel | |
Functions | |
| Iterable[asyncio.Task] | grpc.aio._channel._all_tasks () |
| def | grpc.aio._channel._augment_channel_arguments (ChannelArgumentType base_options, Optional[grpc.Compression] compression) |
| def | grpc.aio._channel.insecure_channel (str target, Optional[ChannelArgumentType] options=None, Optional[grpc.Compression] compression=None, Optional[Sequence[ClientInterceptor]] interceptors=None) |
| def | grpc.aio._channel.secure_channel (str target, grpc.ChannelCredentials credentials, Optional[ChannelArgumentType] options=None, Optional[grpc.Compression] compression=None, Optional[Sequence[ClientInterceptor]] interceptors=None) |
Variables | |
| string | grpc.aio._channel._USER_AGENT = 'grpc-python-asyncio/{}'.format(_grpcio_metadata.__version__) |