Searched refs:_unary_stream (Results 1 – 3 of 3) sorted by relevance
/third_party/grpc/src/python/grpcio_tests/tests/unit/ |
D | _invalid_metadata_test.py | 59 self._unary_stream = _unary_stream_multi_callable(self._channel) 94 self._unary_stream(request, metadata=metadata)
|
D | _metadata_code_details_test.py | 211 self._unary_stream = self._channel.unary_stream( 257 response_iterator_call = self._unary_stream(_SERIALIZED_REQUEST, 348 response_iterator_call = self._unary_stream( 453 response_iterator_call = self._unary_stream(_SERIALIZED_REQUEST, 546 response_iterator_call = self._unary_stream(_SERIALIZED_REQUEST,
|
/third_party/grpc/src/python/grpcio/grpc/beta/ |
D | _client_adaptations.py | 213 def _unary_stream(channel, group, method, timeout, protocol_options, metadata, function 339 return _unary_stream(self._channel, self._group, self._method, timeout, 495 return _unary_stream(self._channel, group, method, timeout,
|