Searched defs:ChannelArgumentType (Results 1 – 6 of 6) sorted by relevance
| /third_party/grpc/src/python/grpcio/grpc/aio/ |
| D | _server.py | 30 base_options: ChannelArgumentType, compression: Optional[grpc.Compression] 44 options: ChannelArgumentType, 204 options: Optional[ChannelArgumentType] = None,
|
| D | _channel.py | 65 base_options: ChannelArgumentType, compression: Optional[grpc.Compression] 327 options: ChannelArgumentType, 572 options: Optional[ChannelArgumentType] = None, 602 options: Optional[ChannelArgumentType] = None,
|
| D | _typing.py | 39 ChannelArgumentType = Sequence[Tuple[str, Any]] variable
|
| /third_party/grpc/src/python/grpcio/grpc/ |
| D | _typing.py | 40 ChannelArgumentType = Tuple[str, Any] variable
|
| D | _channel.py | 2010 base_options: Sequence[ChannelArgumentType], 2027 options: Sequence[ChannelArgumentType], 2056 options: Sequence[ChannelArgumentType], 2103 self, python_options: Sequence[ChannelArgumentType]
|
| D | _server.py | 1405 base_options: Sequence[ChannelArgumentType], 1429 options: Sequence[ChannelArgumentType], 1514 options: Sequence[ChannelArgumentType],
|