Home
last modified time | relevance | path

Searched refs:_server_streaming (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/python/grpcio_tests/tests/interop/
Dmethods.py113 def _server_streaming(stub): function
449 _server_streaming(stub)
/third_party/grpc/src/python/grpcio_tests/tests_aio/interop/
Dmethods.py121 async def _server_streaming(stub: test_pb2_grpc.TestServiceStub) -> None: function
420 TestCase.SERVER_STREAMING: _server_streaming,