/external/grpc-grpc/src/python/grpcio/grpc/beta/ |
D | _client_adaptations.py | 172 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.py | 233 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.py | 77 self._unary_unary.with_call(request, metadata=metadata) 111 multi_callable.with_call(request_iterator, metadata=metadata)
|
D | _metadata_test.py | 191 unused_response, call = multi_callable.with_call( 214 unused_response, call = multi_callable.with_call(
|
D | _exit_scenarios.py | 215 result, call = multi_callable.with_call(REQUEST) 226 result, call = multi_callable.with_call(
|
D | _interceptor_test.py | 407 multi_callable.with_call( 453 multi_callable.with_call( 542 multi_callable.with_call(
|
D | _rpc_test.py | 221 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/ |
D | face.py | 363 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.py | 34 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.py | 213 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__.py | 634 def with_call(self, request, timeout=None, metadata=None, credentials=None): member in UnaryUnaryMultiCallable 732 def with_call(self, member in StreamUnaryMultiCallable
|
D | _channel.py | 459 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.py | 44 with_call=True)
|
/external/grpc-grpc/src/python/grpcio_tests/tests/testing/ |
D | _client_application.py | 120 response, call = stub.StreUn.with_call(
|