Home
last modified time | relevance | path

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

/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_channel/
D_multi_callable.py38 return _invocation.blocking_unary_response_with_call(rpc_handler)
86 return _invocation.blocking_unary_response_with_call(rpc_handler)
D_invocation.py272 def blocking_unary_response_with_call(handler): function