Home
last modified time | relevance | path

Searched defs:ChannelArgumentType (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/src/python/grpcio/grpc/aio/
D_server.py30 base_options: ChannelArgumentType, compression: Optional[grpc.Compression]
44 options: ChannelArgumentType,
204 options: Optional[ChannelArgumentType] = None,
D_channel.py65 base_options: ChannelArgumentType, compression: Optional[grpc.Compression]
327 options: ChannelArgumentType,
572 options: Optional[ChannelArgumentType] = None,
602 options: Optional[ChannelArgumentType] = None,
D_typing.py39 ChannelArgumentType = Sequence[Tuple[str, Any]] variable
/third_party/grpc/src/python/grpcio/grpc/
D_typing.py40 ChannelArgumentType = Tuple[str, Any] variable
D_channel.py2010 base_options: Sequence[ChannelArgumentType],
2027 options: Sequence[ChannelArgumentType],
2056 options: Sequence[ChannelArgumentType],
2103 self, python_options: Sequence[ChannelArgumentType]
D_server.py1405 base_options: Sequence[ChannelArgumentType],
1429 options: Sequence[ChannelArgumentType],
1514 options: Sequence[ChannelArgumentType],