Home
last modified time | relevance | path

Searched defs:with_call (Results 1 – 6 of 6) sorted by relevance

/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/beta/
D_client_adaptations.py172 def _blocking_unary_unary(channel, group, method, timeout, with_call, argument
230 def _blocking_stream_unary(channel, group, method, timeout, with_call, argument
304 with_call=False, argument
369 with_call=False, argument
441 with_call=None, argument
502 with_call=None, argument
/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/grpc/
D_channel.py459 def _end_unary_response_blocking(state, call, with_call, deadline): argument
535 def with_call(self, request, timeout=None, metadata=None, credentials=None): member in _UnaryUnaryMultiCallable
627 def with_call(self, member in _StreamUnaryMultiCallable
D_interceptor.py228 def with_call(self, request, timeout=None, metadata=None, credentials=None): member in _UnaryUnaryMultiCallable
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