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.py28 def _augment_channel_arguments(base_options: ChannelArgumentType,
40 options: ChannelArgumentType,
178 options: Optional[ChannelArgumentType] = None,
D_channel.py49 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.py28 ChannelArgumentType = Sequence[Tuple[str, Any]] variable
/third_party/grpc/src/python/grpcio/grpc/experimental/aio/
D_server.py28 def _augment_channel_arguments(base_options: ChannelArgumentType,
40 options: ChannelArgumentType,
175 options: Optional[ChannelArgumentType] = None,
D_channel.py49 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.py28 ChannelArgumentType = Sequence[Tuple[str, Any]] variable