Home
last modified time | relevance | path

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

/third_party/grpc/src/python/grpcio_tests/tests/unit/
D_rpc_test_helpers.py416 def _consume_one_stream_response_unary_request(self, multi_callable): argument
426 self, multi_callable argument
440 self, multi_callable argument
456 def _consume_too_many_stream_responses_stream_request(self, multi_callable): argument
479 def _cancelled_unary_request_stream_response(self, multi_callable): argument
500 def _cancelled_stream_request_stream_response(self, multi_callable): argument
520 def _expired_unary_request_stream_response(self, multi_callable): argument
540 def _expired_stream_request_stream_response(self, multi_callable): argument
563 def _failed_unary_request_stream_response(self, multi_callable): argument
578 def _failed_stream_request_stream_response(self, multi_callable): argument
[all …]
D_exit_scenarios.py228 multi_callable = channel.unary_unary( variable
238 multi_callable = channel.unary_stream( variable
249 multi_callable = channel.stream_unary( variable
261 multi_callable = channel.stream_stream( variable