Home
last modified time | relevance | path

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.py30 base_options: ChannelArgumentType, compression: Optional[grpc.Compression]
44 options: ChannelArgumentType,
196 options: Optional[ChannelArgumentType] = None,
H A D_channel.py65 base_options: ChannelArgumentType, compression: Optional[grpc.Compression]
327 options: ChannelArgumentType,
569 options: Optional[ChannelArgumentType] = None,
599 options: Optional[ChannelArgumentType] = None,
H A D_typing.py39 ChannelArgumentType = Sequence[Tuple[str, Any]] variable
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/
H A D_channel.py2010 base_options: Sequence[ChannelArgumentType],
2027 options: Sequence[ChannelArgumentType],
2056 options: Sequence[ChannelArgumentType],
2103 self, python_options: Sequence[ChannelArgumentType]
H A D_server.py1289 base_options: Sequence[ChannelArgumentType],
1305 options: Sequence[ChannelArgumentType],
1370 options: Sequence[ChannelArgumentType],
H A D_typing.py40 ChannelArgumentType = Tuple[str, Any] variable