Home
last modified time | relevance | path

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.py60 self._unary_stream = _unary_stream_multi_callable(self._channel)
92 self._unary_stream(request, metadata=metadata)
D_metadata_code_details_test.py210 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.py214 def _unary_stream(channel, group, method, timeout, protocol_options, metadata, function
339 return _unary_stream(
491 return _unary_stream(self._channel, group, method, timeout,