Searched defs:ChannelArgumentType (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/aio/ |
H A D | _server.py | 30 base_options: ChannelArgumentType, compression: Optional[grpc.Compression] 44 options: ChannelArgumentType, 196 options: Optional[ChannelArgumentType] = None,
|
H A D | _channel.py | 65 base_options: ChannelArgumentType, compression: Optional[grpc.Compression] 327 options: ChannelArgumentType, 569 options: Optional[ChannelArgumentType] = None, 599 options: Optional[ChannelArgumentType] = None,
|
H A D | _typing.py | 39 ChannelArgumentType = Sequence[Tuple[str, Any]] variable
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/ |
H A D | _channel.py | 2010 base_options: Sequence[ChannelArgumentType], 2027 options: Sequence[ChannelArgumentType], 2056 options: Sequence[ChannelArgumentType], 2103 self, python_options: Sequence[ChannelArgumentType]
|
H A D | _server.py | 1289 base_options: Sequence[ChannelArgumentType], 1305 options: Sequence[ChannelArgumentType], 1370 options: Sequence[ChannelArgumentType],
|
H A D | _typing.py | 40 ChannelArgumentType = Tuple[str, Any] variable
|