Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
H A D_rpc_test_helpers.py344 def _consume_one_stream_response_unary_request(self, multi_callable): argument
354 self, multi_callable argument
368 self, multi_callable argument
384 def _consume_too_many_stream_responses_stream_request(self, multi_callable): argument
407 def _cancelled_unary_request_stream_response(self, multi_callable): argument
428 def _cancelled_stream_request_stream_response(self, multi_callable): argument
448 def _expired_unary_request_stream_response(self, multi_callable): argument
468 def _expired_stream_request_stream_response(self, multi_callable): argument
491 def _failed_unary_request_stream_response(self, multi_callable): argument
506 def _failed_stream_request_stream_response(self, multi_callable): argument
[all …]
H A D_exit_scenarios.py213 multi_callable = channel.unary_unary( variable
223 multi_callable = channel.unary_stream( variable
234 multi_callable = channel.stream_unary( variable
246 multi_callable = channel.stream_stream( variable