Functions | |
def | _create_call_credentials (args) |
def | _create_channel (args) |
def | _test_case_from_arg (test_case_arg) |
def | create_stub (channel, args) |
def | get_secure_channel_parameters (args) |
def | parse_interop_client_args () |
def | test_interoperability () |
|
private |
Definition at line 78 of file src/python/grpcio_tests/tests/interop/client.py.
|
private |
Definition at line 146 of file src/python/grpcio_tests/tests/interop/client.py.
|
private |
Definition at line 163 of file src/python/grpcio_tests/tests/interop/client.py.
def tests.interop.client.create_stub | ( | channel, | |
args | |||
) |
Definition at line 156 of file src/python/grpcio_tests/tests/interop/client.py.
def tests.interop.client.get_secure_channel_parameters | ( | args | ) |
Definition at line 101 of file src/python/grpcio_tests/tests/interop/client.py.
def tests.interop.client.parse_interop_client_args | ( | ) |
Definition at line 28 of file src/python/grpcio_tests/tests/interop/client.py.
def tests.interop.client.test_interoperability | ( | ) |
Definition at line 171 of file src/python/grpcio_tests/tests/interop/client.py.