Searched refs:_unary_stream (Results 1 – 3 of 3) sorted by relevance
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/ |
D | _invalid_metadata_test.py | 60 self._unary_stream = _unary_stream_multi_callable(self._channel) 92 self._unary_stream(request, metadata=metadata)
|
D | _metadata_code_details_test.py | 210 self._unary_stream = channel.unary_stream('/'.join(( 251 response_iterator_call = self._unary_stream( 345 response_iterator_call = self._unary_stream( 450 response_iterator_call = self._unary_stream( 543 response_iterator_call = self._unary_stream(
|
/external/grpc-grpc/src/python/grpcio/grpc/beta/ |
D | _client_adaptations.py | 214 def _unary_stream(channel, group, method, timeout, protocol_options, metadata, function 339 return _unary_stream( 491 return _unary_stream(self._channel, group, method, timeout,
|