Home
last modified time | relevance | path

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.py59 self._unary_stream = _unary_stream_multi_callable(self._channel)
94 self._unary_stream(request, metadata=metadata)
D_metadata_code_details_test.py211 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.py213 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,