Searched defs:ChannelArgumentType (Results 1 – 6 of 6) sorted by relevance
| /third_party/grpc/src/python/grpcio/grpc/aio/ |
| D | _server.py | 28 def _augment_channel_arguments(base_options: ChannelArgumentType, 40 options: ChannelArgumentType, 178 options: Optional[ChannelArgumentType] = None,
|
| D | _channel.py | 49 def _augment_channel_arguments(base_options: ChannelArgumentType, 238 def __init__(self, target: str, options: ChannelArgumentType, 431 options: Optional[ChannelArgumentType] = None, 454 options: Optional[ChannelArgumentType] = None,
|
| D | _typing.py | 28 ChannelArgumentType = Sequence[Tuple[str, Any]] variable
|
| /third_party/grpc/src/python/grpcio/grpc/experimental/aio/ |
| D | _server.py | 28 def _augment_channel_arguments(base_options: ChannelArgumentType, 40 options: ChannelArgumentType, 175 options: Optional[ChannelArgumentType] = None,
|
| D | _channel.py | 49 def _augment_channel_arguments(base_options: ChannelArgumentType, 234 def __init__(self, target: str, options: ChannelArgumentType, 427 options: Optional[ChannelArgumentType] = None, 450 options: Optional[ChannelArgumentType] = None,
|
| D | _typing.py | 28 ChannelArgumentType = Sequence[Tuple[str, Any]] variable
|