Home
last modified time | relevance | path

Searched refs:_create_channel (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/src/python/grpcio_tests/tests_aio/interop/
Dclient.py30 def _create_channel(args): function
52 channel = _create_channel(args)
/third_party/grpc/src/python/grpcio_tests/tests/interop/
Dclient.py146 def _create_channel(args): function
173 channel = _create_channel(args)
/third_party/grpc/src/python/grpcio_tests/tests/unit/
D_server_ssl_cert_config_test.py73 def _create_channel(port, credentials): function
182 with _create_channel(self.port, credentials) as client_channel:
255 channel_A = _create_channel(
270 channel_B = _create_channel(
/third_party/grpc/src/python/grpcio/grpc/
D_simple_stubs.py60 def _create_channel(target: str, options: Sequence[Tuple[str, str]], function
154 channel = _create_channel(target, options, channel_credentials,