def with_call(
self, request_iterator, timeout=None, metadata=None,
credentials=None):
channel = self._channel.get_channel()
state, call, deadline = self._blocking(
channel.channel, request_iterator, timeout, metadata, credentials)
return _end_unary_response_blocking(state, call, True, deadline)
评论列表
文章目录