Home
last modified time | relevance | path

Searched defs:TestServiceStub (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/python/grpcio_tests/tests_aio/interop/
Dmethods.py76 stub: test_pb2_grpc.TestServiceStub, fill_username: bool,
91 async def _empty_unary(stub: test_pb2_grpc.TestServiceStub) -> None:
98 async def _large_unary(stub: test_pb2_grpc.TestServiceStub) -> None:
102 async def _client_streaming(stub: test_pb2_grpc.TestServiceStub) -> None:
121 async def _server_streaming(stub: test_pb2_grpc.TestServiceStub) -> None:
144 async def _ping_pong(stub: test_pb2_grpc.TestServiceStub) -> None:
175 async def _cancel_after_begin(stub: test_pb2_grpc.TestServiceStub):
185 async def _cancel_after_first_response(stub: test_pb2_grpc.TestServiceStub):
222 async def _timeout_on_sleeping_server(stub: test_pb2_grpc.TestServiceStub):
244 async def _empty_stream(stub: test_pb2_grpc.TestServiceStub):
[all …]
/third_party/grpc/src/python/grpcio_tests/tests_py3_only/interop/
Dxds_interop_client.py180 request_id: int, stub: test_pb2_grpc.TestServiceStub,