Exemple #1
0
 def __call__(self,
              request_iterator,
              timeout,
              metadata=None,
              with_call=False):
     return _calls.blocking_stream_unary(self._end, self._group,
                                         self._method, timeout, with_call,
                                         metadata, request_iterator,
                                         self._pool)
Exemple #2
0
 def blocking_stream_unary(self,
                           group,
                           method,
                           request_iterator,
                           timeout,
                           metadata=None,
                           with_call=None):
     return _calls.blocking_stream_unary(self._end, group, method, timeout,
                                         with_call, metadata,
                                         request_iterator, self._pool)
Exemple #3
0
 def blocking_stream_unary(
     self, group, method, request_iterator, timeout, metadata=None,
     with_call=None):
   return _calls.blocking_stream_unary(
       self._end, group, method, timeout, with_call, metadata,
       request_iterator, self._pool)
Exemple #4
0
 def __call__(
     self, request_iterator, timeout, metadata=None,
     with_call=False):
   return _calls.blocking_stream_unary(
       self._end, self._group, self._method, timeout, with_call,
       metadata, request_iterator, self._pool)