Home
last modified time | relevance | path

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

/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
D_reconnect_test.py31 def _handle_unary_unary(unused_request, unused_servicer_context): function
79 grpc.unary_unary_rpc_method_handler(_handle_unary_unary)
/external/grpc-grpc/src/python/grpcio/grpc/
D_server.py523 def _handle_unary_unary(rpc_event, state, method_handler, thread_pool): function
611 return state, _handle_unary_unary(rpc_event, state,