Home
last modified time | relevance | path

Searched refs:with_call (Results 1 – 14 of 14) sorted by relevance

/external/grpc-grpc/src/python/grpcio/grpc/beta/
D_client_adaptations.py172 def _blocking_unary_unary(channel, group, method, timeout, with_call, argument
181 if with_call:
182 response, call = multi_callable.with_call(
230 def _blocking_stream_unary(channel, group, method, timeout, with_call, argument
240 if with_call:
241 response, call = multi_callable.with_call(
304 with_call=False, argument
307 self._channel, self._group, self._method, timeout, with_call,
369 with_call=False, argument
372 self._channel, self._group, self._method, timeout, with_call,
[all …]
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
D_metadata_code_details_test.py233 unused_response, call = self._unary_unary.with_call(
272 unused_response, call = self._stream_unary.with_call(
319 self._unary_unary.with_call(object(), metadata=_CLIENT_METADATA)
375 self._stream_unary.with_call(
430 self._unary_unary.with_call(object(), metadata=_CLIENT_METADATA)
474 self._stream_unary.with_call(
522 self._unary_unary.with_call(object(), metadata=_CLIENT_METADATA)
568 self._stream_unary.with_call(
617 self._unary_unary.with_call(object(), metadata=_CLIENT_METADATA)
639 self._stream_unary.with_call(
D_invalid_metadata_test.py77 self._unary_unary.with_call(request, metadata=metadata)
111 multi_callable.with_call(request_iterator, metadata=metadata)
D_metadata_test.py191 unused_response, call = multi_callable.with_call(
214 unused_response, call = multi_callable.with_call(
D_exit_scenarios.py215 result, call = multi_callable.with_call(REQUEST)
226 result, call = multi_callable.with_call(
D_interceptor_test.py407 multi_callable.with_call(
453 multi_callable.with_call(
542 multi_callable.with_call(
D_rpc_test.py221 response, call = multi_callable.with_call(
282 response, call = multi_callable.with_call(
568 multi_callable.with_call(
703 multi_callable.with_call(
/external/grpc-grpc/src/python/grpcio/grpc/framework/interfaces/face/
Dface.py363 with_call=False, argument
490 with_call=False, argument
701 with_call=False, argument
789 with_call=False, argument
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_channel/
D_multi_callable.py34 def with_call(self, request, timeout=None, metadata=None, credentials=None): member in UnaryUnary
77 def with_call(self, member in StreamUnary
/external/grpc-grpc/src/python/grpcio/grpc/
D_interceptor.py213 response, call = self._thunk(new_method).with_call(
228 def with_call(self, request, timeout=None, metadata=None, credentials=None): member in _UnaryUnaryMultiCallable
313 response, call = self._thunk(new_method).with_call(
328 def with_call(self, member in _StreamUnaryMultiCallable
D__init__.py634 def with_call(self, request, timeout=None, metadata=None, credentials=None): member in UnaryUnaryMultiCallable
732 def with_call(self, member in StreamUnaryMultiCallable
D_channel.py459 def _end_unary_response_blocking(state, call, with_call, deadline): argument
461 if with_call:
535 def with_call(self, request, timeout=None, metadata=None, credentials=None): member in _UnaryUnaryMultiCallable
627 def with_call(self, member in _StreamUnaryMultiCallable
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/beta/
D_not_found_test.py44 with_call=True)
/external/grpc-grpc/src/python/grpcio_tests/tests/testing/
D_client_application.py120 response, call = stub.StreUn.with_call(