Searched defs:multi_callable (Results 1 – 3 of 3) sorted by relevance
/third_party/grpc/src/python/grpcio_tests/tests/unit/ |
D | _rpc_test_helpers.py | 250 def _consume_one_stream_response_unary_request(self, multi_callable): argument 259 self, multi_callable): argument 270 self, multi_callable): argument 282 def _consume_too_many_stream_responses_stream_request(self, multi_callable): argument 302 def _cancelled_unary_request_stream_response(self, multi_callable): argument 321 def _cancelled_stream_request_stream_response(self, multi_callable): argument 339 def _expired_unary_request_stream_response(self, multi_callable): argument 355 def _expired_stream_request_stream_response(self, multi_callable): argument 373 def _failed_unary_request_stream_response(self, multi_callable): argument 386 def _failed_stream_request_stream_response(self, multi_callable): argument [all …]
|
D | _rpc_test.py | 834 def _consume_one_stream_response_unary_request(self, multi_callable): argument 843 self, multi_callable): argument 854 self, multi_callable): argument 866 def _consume_too_many_stream_responses_stream_request(self, multi_callable): argument 886 def _cancelled_unary_request_stream_response(self, multi_callable): argument 905 def _cancelled_stream_request_stream_response(self, multi_callable): argument 923 def _expired_unary_request_stream_response(self, multi_callable): argument 939 def _expired_stream_request_stream_response(self, multi_callable): argument 957 def _failed_unary_request_stream_response(self, multi_callable): argument 970 def _failed_stream_request_stream_response(self, multi_callable): argument [all …]
|
D | _exit_scenarios.py | 216 multi_callable = channel.unary_unary(method) variable 221 multi_callable = channel.unary_stream(method) variable 227 multi_callable = channel.stream_unary(method) variable 233 multi_callable = channel.stream_stream(method) variable
|