Searched defs:with_call (Results 1 – 6 of 6) sorted by relevance
| /third_party/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
|
| /third_party/grpc/src/python/grpcio/grpc/beta/ |
| D | _client_adaptations.py | 172 def _blocking_unary_unary(channel, group, method, timeout, with_call, argument 229 def _blocking_stream_unary(channel, group, method, timeout, with_call, argument 302 with_call=False, argument 370 with_call=False, argument 445 with_call=None, argument 506 with_call=None, argument
|
| /third_party/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
|
| /third_party/grpc/src/python/grpcio/grpc/ |
| D | _interceptor.py | 259 def with_call(self, member in _UnaryUnaryMultiCallable 398 def with_call(self, member in _StreamUnaryMultiCallable
|
| D | _channel.py | 721 def _end_unary_response_blocking(state, call, with_call, deadline): argument 828 def with_call(self, member in _UnaryUnaryMultiCallable 1013 def with_call(self, member in _StreamUnaryMultiCallable
|
| D | __init__.py | 708 def with_call(self, member in UnaryUnaryMultiCallable 846 def with_call(self, member in StreamUnaryMultiCallable
|